mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26919 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ecc5a07e7e
commit
15fbeae7c9
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-14 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/GSSocketStream.m: Fix for #24564
|
||||
|
|
|
@ -1837,7 +1837,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