From a825b4fa5f159604f9f61bafa21b75a22d8944f5 Mon Sep 17 00:00:00 2001 From: alberth Date: Sat, 31 Jul 2010 21:02:56 +0000 Subject: (svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements. --- src/os/macosx/crashlog_osx.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/os/macosx') diff --git a/src/os/macosx/crashlog_osx.cpp b/src/os/macosx/crashlog_osx.cpp index 42c30dcd5..109b3e5fe 100644 --- a/src/os/macosx/crashlog_osx.cpp +++ b/src/os/macosx/crashlog_osx.cpp @@ -196,7 +196,7 @@ public: void DisplayCrashDialog() const { static const char crash_title[] = - "A serious fault condition occured in the game. The game will shut down."; + "A serious fault condition occurred in the game. The game will shut down."; char message[1024]; seprintf(message, lastof(message), @@ -225,14 +225,14 @@ void CDECL HandleCrash(int signum) } if (GamelogTestEmergency()) { - ShowMacDialog("A serious fault condition occured in the game. The game will shut down.", + ShowMacDialog("A serious fault condition occurred in the game. The game will shut down.", "As you loaded an emergency savegame no crash information will be generated.\n", "Quit"); abort(); } if (SaveloadCrashWithMissingNewGRFs()) { - ShowMacDialog("A serious fault condition occured in the game. The game will shut down.", + ShowMacDialog("A serious fault condition occurred in the game. The game will shut down.", "As you loaded an savegame for which you do not have the required NewGRFs no crash information will be generated.\n", "Quit"); abort(); -- cgit v1.2.3-54-g00ecf