aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
diff options
context:
space:
mode:
authorMatthew Hoops2011-07-13 09:47:03 -0400
committerMatthew Hoops2011-07-13 09:47:03 -0400
commit5825ccc16865b9c60d2587b31c50d2ebcc9bab67 (patch)
treeaedf9b7eda846e029d53f36627e72fc057bbf1f8 /backends/platform
parent554dda7008d905d47420c495481e796c4059772e (diff)
downloadscummvm-rg350-5825ccc16865b9c60d2587b31c50d2ebcc9bab67.tar.gz
scummvm-rg350-5825ccc16865b9c60d2587b31c50d2ebcc9bab67.tar.bz2
scummvm-rg350-5825ccc16865b9c60d2587b31c50d2ebcc9bab67.zip
BACKENDS: Fix spelling of 'Mac OS X'
Diffstat (limited to 'backends/platform')
-rw-r--r--backends/platform/sdl/macosx/macosx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/sdl/macosx/macosx.cpp b/backends/platform/sdl/macosx/macosx.cpp
index 4b3d000d34..ddfc99570a 100644
--- a/backends/platform/sdl/macosx/macosx.cpp
+++ b/backends/platform/sdl/macosx/macosx.cpp
@@ -60,7 +60,7 @@ void OSystem_MacOSX::initBackend() {
TransMan.setLanguage(ConfMan.get("gui_language").c_str());
#endif // USE_TRANSLATION
- // Replace the SDL generated menu items with our own translated ones on Mac-OSX
+ // Replace the SDL generated menu items with our own translated ones on Mac OS X
replaceApplicationMenuItems();
// Invoke parent implementation of this method