From da1389b0b4e0587b0bd3cb60fa36b2e85d0a5fe1 Mon Sep 17 00:00:00 2001 From: Francisco Ryan Tolmasky I Date: Fri, 24 Dec 2010 16:46:17 -0800 Subject: [PATCH] Forgot one last typo. Reviewed by me. --- Foundation/CPKeyValueCoding.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Foundation/CPKeyValueCoding.j b/Foundation/CPKeyValueCoding.j index 1bf4c9b65..fee0be776 100644 --- a/Foundation/CPKeyValueCoding.j +++ b/Foundation/CPKeyValueCoding.j @@ -85,7 +85,7 @@ var CPObjectAccessorsForClassKey = @"$CPObjectAccessorsForClassKey", { // Ordered to-many if ([theClass instancesRespondToSelector:sel_getUid("objectIn" + capitalizedKey + "atIndex:")] || - [theClass instancesRespondToSelector:sel_getUid(key + "AtIndexes:")]) + [theClass instancesRespondToSelector:sel_getUid(aKey + "AtIndexes:")]) accessor = accessors[aKey] = [1, @selector(_arrayValueForKey:)]; // Unordered to-many