Skip to content

Commit

Permalink
BACKENDS: Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed Jul 13, 2011
1 parent 7f58d62 commit 708f773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backends/platform/sdl/macosx/appmenu_osx.mm
Expand Up @@ -60,7 +60,7 @@ void replaceApplicationMenuItems() {
// Add "About ScummVM" menu item
[appleMenu addItemWithTitle:[NSString stringWithCString:_("About ScummVM") encoding:stringEncoding] action:@selector(orderFrontStandardAboutPanel:) keyEquivalent:@""];

// Add seperator
// Add separator
[appleMenu addItem:[NSMenuItem separatorItem]];

// Add "Hide ScummVM" menu item
Expand All @@ -73,7 +73,7 @@ void replaceApplicationMenuItems() {
// Add "Show All" menu item
[appleMenu addItemWithTitle:[NSString stringWithCString:_("Show All") encoding:stringEncoding] action:@selector(unhideAllApplications:) keyEquivalent:@""];

// Add seperator
// Add separator
[appleMenu addItem:[NSMenuItem separatorItem]];

// Add "Quit ScummVM" menu item
Expand Down

0 comments on commit 708f773

Please sign in to comment.