Skip to content

Commit

Permalink
another typo. silly me.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Boucher committed Dec 18, 2008
1 parent 389a44d commit 9cbefdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Foundation/CPDictionary.j
Expand Up @@ -432,7 +432,7 @@
for (var i=0, count = [allKeys count]; i<count; i++)
{
var thisKey = allKeys[i];
[selt setObject:[aDictionary objectForKey:thisKey] forKey:thisKey];
[self setObject:[aDictionary objectForKey:thisKey] forKey:thisKey];
}
}

Expand Down

0 comments on commit 9cbefdd

Please sign in to comment.