mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +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
3698d0d7d5
commit
0643ffbda4
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…
Add table
Add a link
Reference in a new issue