summaryrefslogtreecommitdiff
path: root/src/misc_gui.cpp
diff options
context:
space:
mode:
authormatthijs <matthijs@openttd.org>2016-05-11 20:48:46 +0000
committermatthijs <matthijs@openttd.org>2016-05-11 20:48:46 +0000
commit53982003ee202f3bcd2d8da8a55e97d1b986fa23 (patch)
tree93a86d890e85cc949f8c797e2764930b478fd72e /src/misc_gui.cpp
parent668fb3f6582e9c7aea5bc5502b062c776fd746fd (diff)
downloadopenttd-53982003ee202f3bcd2d8da8a55e97d1b986fa23.tar.xz
(svn r27560) -Fix: typos in comments and string
Diffstat (limited to 'src/misc_gui.cpp')
-rw-r--r--src/misc_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp
index 5bb8c7e31..9c6e3f334 100644
--- a/src/misc_gui.cpp
+++ b/src/misc_gui.cpp
@@ -603,7 +603,7 @@ TextEffectID ShowFillingPercent(int x, int y, int z, uint8 percent, StringID str
/**
* Update vehicle loading indicators.
* @param te_id TextEffectID to be updated.
- * @param string String wich is printed.
+ * @param string String which is printed.
*/
void UpdateFillingPercent(TextEffectID te_id, uint8 percent, StringID string)
{