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

@@ -424,7 +424,7 @@ NSString *RKPathAppendQueryParams(NSString *resourcePath, NSDictionary *queryPar
@property(nonatomic, assign) BOOL serviceUnavailableAlertEnabled;
/////////////////////////////////////////////////////////////////////////
/// @name Cacheing
/// @name Caching
/////////////////////////////////////////////////////////////////////////
/**

View File

@@ -306,7 +306,7 @@ typedef void(^RKRequestDidFailLoadWithErrorBlock)(NSError *error);
@property(nonatomic,retain) NSString *OAuth2RefreshToken;
/////////////////////////////////////////////////////////////////////////
/// @name Cacheing
/// @name Caching
/////////////////////////////////////////////////////////////////////////
/**

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 {