Author: rfm
Date: Thu Dec 29 21:35:55 2016
New Revision: 40282

URL: http://svn.gna.org/viewcvs/gnustep?rev=40282&view=rev
Log:
fix typo

Modified:
    libs/base/trunk/Source/NSKeyValueObserving.m

Modified: libs/base/trunk/Source/NSKeyValueObserving.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/trunk/Source/NSKeyValueObserving.m?rev=40282&r1=40281&r2=40282&view=diff
==============================================================================
--- libs/base/trunk/Source/NSKeyValueObserving.m        (original)
+++ libs/base/trunk/Source/NSKeyValueObserving.m        Thu Dec 29 21:35:55 2016
@@ -1370,7 +1370,7 @@
   [super dealloc];
 }
 
-- (void) oberveValueForKeyPath: (NSString *)keyPath
+- (void) observeValueForKeyPath: (NSString *)keyPath
                        ofObject: (id)anObject
                          change: (NSDictionary *)change
                         context: (void *)context


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to