summaryrefslogtreecommitdiff
path: root/src/window.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-05-30 13:05:36 +0000
committeralberth <alberth@openttd.org>2010-05-30 13:05:36 +0000
commit51e67a40e09b6fba154704e89c5ea5462c7552cb (patch)
tree64e8ab2f0dfe83bfbc639db21452d17bfb1ffce4 /src/window.cpp
parentef353f69cac6eeef1ce0fc6c7de118479536105d (diff)
downloadopenttd-51e67a40e09b6fba154704e89c5ea5462c7552cb.tar.xz
(svn r19909) -Doc: Typo fixes, small doxygen improvements.
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.cpp b/src/window.cpp
index 2cc7b08a7..421b37a81 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -44,7 +44,7 @@ Window *_z_front_window = NULL;
Window *_z_back_window = NULL;
/*
- * Window that currently have focus. - The main purpose is to generate
+ * Window that currently has focus. - The main purpose is to generate
* FocusLost events, not to give next window in z-order focus when a
* window is closed.
*/