summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index d9e0b835e..d8b197466 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -652,7 +652,7 @@ int openttd_main(int argc, char *argv[])
}
if (i == -2 || mgo.numleft > 0) {
- /* Either the user typed '-h', he made an error, or he added unrecognized command line arguments.
+ /* Either the user typed '-h', they made an error, or they added unrecognized command line arguments.
* In all cases, print the help, and exit.
*
* The next two functions are needed to list the graphics sets. We can't do them earlier