mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
Update GormResourceEditor.m
fix typo
This commit is contained in:
parent
8cdfc782d8
commit
cbafbd8ccb
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
|||
NSString *name = [aNotification name];
|
||||
if([name isEqual: GormResizeCellNotification])
|
||||
{
|
||||
NSDebugLog(@"Recieved notification");
|
||||
NSDebugLog(@"Received notification");
|
||||
[self setCellSize: defaultCellSize()];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue