fix typos

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37582 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2014-01-12 15:23:33 +00:00
parent a4a750c42b
commit cc57597918

View file

@ -2261,9 +2261,10 @@ if (domainMask & mask) \
#if defined(__MINGW__)
if (nil == root)
{
NSString *installation = nil;
NSString *path = nil;
NSFileManager *mgr;
NSString *installation = nil;
NSString *path = nil;
NSFileManager *mgr;
BOOL isDir;
mgr = [NSFileManager defaultManager];
@ -2279,7 +2280,6 @@ if (domainMask & mask) \
{
HKEY regKey;
BOOL found = NO;
BOOL isDir;
/* Open the key for the current user or local machine where
* the installation path for the GNUstep package is stored.
@ -2344,7 +2344,7 @@ L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\App Paths\\GNUstep",
while (nil != (file = [e nextObject]))
{
if (isdigit([file characterAtIndex: 0])
if (isdigit([file characterAtIndex: 0]))
{
float v = atof([file UTF8String]);