From 8b5050e0a2ed1545770e93a8c0de2605bc52483f Mon Sep 17 00:00:00 2001 From: uid65715 Date: Thu, 25 Dec 2003 14:59:54 +0000 Subject: [PATCH] Corrected spelling. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18273 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ Source/NSBundle.m | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 29bfbe4cb..b91e63a5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-12-25 Gregory John Casamento & + + * Source/NSBundle.m: Corrected spelling of "Warning" and + "deprecated" in the pathForGNUstepResource:... method. + 2003-12-25 Fred Kiefer * Tools/pl2link.m: Adopted to current OpenDesktop specification. diff --git a/Source/NSBundle.m b/Source/NSBundle.m index 5c7ff555e..db8d07406 100644 --- a/Source/NSBundle.m +++ b/Source/NSBundle.m @@ -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];