From d200df3e9c66d992169a2286633ff2d4e7e890c3 Mon Sep 17 00:00:00 2001 From: Francisco Ryan Tolmasky I Date: Fri, 11 Dec 2009 12:03:25 -0800 Subject: [PATCH] Typo in last commit. Reviewed by me. --- Foundation/CPKeyValueObserving.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Foundation/CPKeyValueObserving.j b/Foundation/CPKeyValueObserving.j index 459a7940c..6a83591d5 100644 --- a/Foundation/CPKeyValueObserving.j +++ b/Foundation/CPKeyValueObserving.j @@ -389,7 +389,7 @@ var kvoNewAndOld = CPKeyValueObservingOptionNew|CPKeyValueObservingOptionOld, for (; index < count; ++index) { - var key = dependentKeyPaths[index]; + var keyPath = dependentKeyPaths[index]; [self _sendNotificationsForKey:keyPath changeOptions:isBefore ? [changeOptions copy] : _changesForKey[keyPath]