Update GormResourceEditor.m

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

View file

@ -78,7 +78,7 @@
NSString *name = [aNotification name]; NSString *name = [aNotification name];
if([name isEqual: GormResizeCellNotification]) if([name isEqual: GormResizeCellNotification])
{ {
NSDebugLog(@"Recieved notification"); NSDebugLog(@"Received notification");
[self setCellSize: defaultCellSize()]; [self setCellSize: defaultCellSize()];
} }
} }