diff options
author | alberth <alberth@openttd.org> | 2010-07-31 21:02:56 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2010-07-31 21:02:56 +0000 |
commit | a825b4fa5f159604f9f61bafa21b75a22d8944f5 (patch) | |
tree | 7a9c837d047157b4e2d0d068c0c3462c7a643ef9 /src/os/unix | |
parent | adf94b85297b6a11989617eaa1081c7b1da08b62 (diff) | |
download | openttd-a825b4fa5f159604f9f61bafa21b75a22d8944f5.tar.xz |
(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.
Diffstat (limited to 'src/os/unix')
-rw-r--r-- | src/os/unix/crashlog_unix.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os/unix/crashlog_unix.cpp b/src/os/unix/crashlog_unix.cpp index 5f17fafdb..0960720d1 100644 --- a/src/os/unix/crashlog_unix.cpp +++ b/src/os/unix/crashlog_unix.cpp @@ -156,13 +156,13 @@ static void CDECL HandleCrash(int signum) } if (GamelogTestEmergency()) { - printf("A serious fault condition occured in the game. The game will shut down.\n"); + printf("A serious fault condition occurred in the game. The game will shut down.\n"); printf("As you loaded an emergency savegame no crash information will be generated.\n"); abort(); } if (SaveloadCrashWithMissingNewGRFs()) { - printf("A serious fault condition occured in the game. The game will shut down.\n"); + printf("A serious fault condition occurred in the game. The game will shut down.\n"); printf("As you loaded an savegame for which you do not have the required NewGRFs\n"); printf("no crash information will be generated.\n"); abort(); |