mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +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];
|
NSString *name = [aNotification name];
|
||||||
if([name isEqual: GormResizeCellNotification])
|
if([name isEqual: GormResizeCellNotification])
|
||||||
{
|
{
|
||||||
NSDebugLog(@"Recieved notification");
|
NSDebugLog(@"Received notification");
|
||||||
[self setCellSize: defaultCellSize()];
|
[self setCellSize: defaultCellSize()];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue