Corrected spelling.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18273 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2003-12-25 14:59:54 +00:00
parent 11af461737
commit db341559bf
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-12-25 Gregory John Casamento <greg_casamento@yahoo.com> &
* Source/NSBundle.m: Corrected spelling of "Warning" and
"deprecated" in the pathForGNUstepResource:... method.
2003-12-25 Fred Kiefer <FredKiefer@gmx.de>
* Tools/pl2link.m: Adopted to current OpenDesktop specification.

View file

@ -1777,7 +1777,7 @@ _bundle_load_callback(Class theClass, struct objc_category *theCategory)
ofType: (NSString *)ext
inDirectory: (NSString *)bundlePath
{
NSLog(@"Warninig: Depreciated %@ called. Use +pathForLibraryResource:ofType:inDirectory: or +bundleForLibrary: instead",
NSLog(@"Warning: Deprecated method %@ called. Use +pathForLibraryResource:ofType:inDirectory: or +bundleForLibrary: instead",
NSStringFromSelector(_cmd));
return [self pathForLibraryResource: name ofType: ext
inDirectory: bundlePath];