Author: mlytwyn
Date: Sat Apr  8 05:43:49 2017
New Revision: 40458

URL: http://svn.gna.org/viewcvs/gnustep?rev=40458&view=rev
Log:
Fix spelling error on method name

Modified:
    libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m

Modified: 
libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m?rev=40458&r1=40457&r2=40458&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m   
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m   
Sat Apr  8 05:43:49 2017
@@ -469,7 +469,7 @@
                                             @"NSMenuItem"                 : 
@"decodeMenuItemForElement:",
                                             @"selectedItem"               : 
@"decodeSelectedIndexForElement:",
                                             @"NSPreferredEdge"            : 
@"decodePreferredEdgeForElement:",
-                                            @"NSArrowPosition"            : 
@"decodeArrorPositionForElement:",
+                                            @"NSArrowPosition"            : 
@"decodeArrowPositionForElement:",
                                             @"NSCellPrototype"            : 
@"decodeCellPrototypeForElement:",
                                             //@"NSMinColumnWidth"           : 
@"decodeMinimumColumnWidthForElement:",
                                             @"NSTitleCell"                : 
@"decodeTitleCellForElement:",
@@ -2703,7 +2703,7 @@
   return [NSNumber numberWithUnsignedInteger: value];
 }
 
-- (id)decodeArrorPositionForElement: (GSXib5Element*)element
+- (id)decodeArrowPositionForElement: (GSXib5Element*)element
 {
   NSUInteger  value         = NSPopUpArrowAtBottom; // If omitted Cocoa 
default...
   NSString   *arrowPosition = [element attributeForKey: @"arrowPosition"];


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to