mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 17:51:01 +00:00
Fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/stable@26920 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7985397254
commit
50f881fc3d
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-10-16 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSCalendarDate.m: Fix typo (bug #24573)
|
||||
|
||||
2008-10-12 Larry Campbelln
|
||||
|
||||
* Source/NSDate.m: Add keyed archiving support.
|
||||
|
|
|
@ -1831,7 +1831,7 @@ static void Grow(DescriptionInfo *info, unsigned size)
|
|||
break;
|
||||
|
||||
case 'T':
|
||||
[self _format: @"%H:%M:S" locale: locale info: info];
|
||||
[self _format: @"%H:%M:%S" locale: locale info: info];
|
||||
break;
|
||||
|
||||
case 't':
|
||||
|
|
Loading…
Reference in a new issue