Fix spelling of persistent store.

This commit is contained in:
Ed McManus
2012-04-14 11:48:22 -07:00
parent fb58452595
commit 0df8c7ea73
6 changed files with 10 additions and 10 deletions

View File

@@ -137,10 +137,10 @@ extern NSString* const RKManagedObjectStoreDidFailSaveNotification;
/**
* This deletes and recreates the managed object context and
* persistant store, effectively clearing all data
* persistent store, effectively clearing all data
*/
- (void)deletePersistantStoreUsingSeedDatabaseName:(NSString *)seedFile;
- (void)deletePersistantStore;
- (void)deletePersistentStoreUsingSeedDatabaseName:(NSString *)seedFile;
- (void)deletePersistentStore;
/**
* Retrieves a model object from the appropriate context using the objectId