Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed Mar 15, 2012
1 parent 6efa73f commit 7ff8746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/CoreData/RKInMemoryEntityCache.m
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ - (void)expireCacheEntryForObject:(NSManagedObject *)managedObject withMapping:(

- (void)expireCacheEntryForEntity:(NSEntityDescription *)entity {
NSAssert(entity, @"Cannot expire cache entry for an entity without an entity");
RKLogTrace(@"About to expirce cache for entity name=%@", entity.name);
RKLogTrace(@"About to expire cache for entity name=%@", entity.name);
[_entityCache removeObjectForKey:entity.name];
}

Expand Down

0 comments on commit 7ff8746

Please sign in to comment.