mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-23 20:31:13 +08:00
Fix spelling errors for Cacheing -> Caching
This commit is contained in:
@@ -424,7 +424,7 @@ NSString *RKPathAppendQueryParams(NSString *resourcePath, NSDictionary *queryPar
|
||||
@property(nonatomic, assign) BOOL serviceUnavailableAlertEnabled;
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
/// @name Cacheing
|
||||
/// @name Caching
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/**
|
||||
|
||||
@@ -306,7 +306,7 @@ typedef void(^RKRequestDidFailLoadWithErrorBlock)(NSError *error);
|
||||
@property(nonatomic,retain) NSString *OAuth2RefreshToken;
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
/// @name Cacheing
|
||||
/// @name Caching
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/**
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user