aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
diff options
context:
space:
mode:
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