mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
11af461737
commit
db341559bf
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue