fix typos

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28694 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2009-09-17 08:52:03 +00:00
parent 6455c3e533
commit 447a3d1c69
6 changed files with 6 additions and 6 deletions

View file

@ -1416,7 +1416,7 @@ NSDictionary *locale)
{
int temp = width;
width = prec;
PAD ('0');;
PAD ('0');
width = temp;
}