From 96a01add732b840c9be79e1e0f4ed3195ec89bce Mon Sep 17 00:00:00 2001 From: Matthias Neeracher Date: Sat, 13 Aug 2011 15:33:03 +0200 Subject: [PATCH] Fix typo --- Medianno/MADocument.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Medianno/MADocument.mm b/Medianno/MADocument.mm index 4214919..c701aab 100644 --- a/Medianno/MADocument.mm +++ b/Medianno/MADocument.mm @@ -22,7 +22,7 @@ self = [super initWithType:typeName error:outError]; if (self) { /* - * Start with a root folder and an inbox folder + * Start with an inbox folder */ NSManagedObjectContext *moc = [self managedObjectContext]; [[moc undoManager] disableUndoRegistration];