Fix typo
This commit is contained in:
parent
8c76d004f4
commit
96a01add73
|
@ -22,7 +22,7 @@
|
||||||
self = [super initWithType:typeName error:outError];
|
self = [super initWithType:typeName error:outError];
|
||||||
if (self) {
|
if (self) {
|
||||||
/*
|
/*
|
||||||
* Start with a root folder and an inbox folder
|
* Start with an inbox folder
|
||||||
*/
|
*/
|
||||||
NSManagedObjectContext *moc = [self managedObjectContext];
|
NSManagedObjectContext *moc = [self managedObjectContext];
|
||||||
[[moc undoManager] disableUndoRegistration];
|
[[moc undoManager] disableUndoRegistration];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user