Fix spelling errors for Cacheing -> Caching

This commit is contained in:
Blake Watters
2012-01-20 10:16:14 -05:00
parent 4b46ada794
commit 5a92a661a8
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
#import "JSONKit.h"
// TODO: JSONKit serializer instance should be reused to enable leverage
// the internal cacheing capabilities from the JSONKit serializer
// the internal caching capabilities from the JSONKit serializer
@implementation RKJSONParserJSONKit
- (NSDictionary*)objectFromString:(NSString*)string error:(NSError**)error {