fix typo in macro name

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26623 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2008-06-10 18:20:23 +00:00
parent 714fcdff11
commit 2c5b796e73
9 changed files with 20 additions and 8 deletions

View file

@ -414,7 +414,7 @@ GS_EXPORT NSString* const NSLoadedClasses;
#endif
@end
#if OS_API_VERSION(GS_API_NONE, 011700)
#if GS_API_VERSION(GS_API_NONE, 011700)
/**
* Augments [NSBundle], including methods for handling libraries in the GNUstep
* fashion, for rapid localization, and other purposes.