Update GormObjectEditor.m

fix typo
This commit is contained in:
Alex Myczko 2018-09-13 13:05:48 +02:00 committed by GitHub
parent 8cdfc782d8
commit e68486f6cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -327,7 +327,7 @@ static NSMapTable *docMap = 0;
if([name isEqual: GormResizeCellNotification])
{
NSDebugLog(@"Recieved notification");
NSDebugLog(@"Received notification");
[self setCellSize: defaultCellSize()];
}
}