summaryrefslogtreecommitdiff
path: root/src/newgrf_debug_gui.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-02-24 21:48:06 +0000
committerfrosch <frosch@openttd.org>2011-02-24 21:48:06 +0000
commitf34e9ff0748ef4c5ccadfc3b672501a929850445 (patch)
tree7f8e83e50d413a7e77a95ed44b555e44616359a1 /src/newgrf_debug_gui.cpp
parent6621a8fb2135eadd2cb9306e2368abd36eea3982 (diff)
downloadopenttd-f34e9ff0748ef4c5ccadfc3b672501a929850445.tar.xz
(svn r22140) -Fix (r22135): I like the letter 'l' nevertheless. (Alberth)
Diffstat (limited to 'src/newgrf_debug_gui.cpp')
-rw-r--r--src/newgrf_debug_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_debug_gui.cpp b/src/newgrf_debug_gui.cpp
index 3359f796f..b96ecbd7f 100644
--- a/src/newgrf_debug_gui.cpp
+++ b/src/newgrf_debug_gui.cpp
@@ -520,7 +520,7 @@ void DeleteNewGRFInspectWindow(GrfSpecFeature feature, uint index)
/* Reinitialise the land information window to remove the "debug" sprite if needed.
* Note: Since we might be called from a command here, it is important to not execute
- * the invalidation immediatelly. The landinfo window tests commands itself. */
+ * the invalidation immediately. The landinfo window tests commands itself. */
InvalidateWindowData(WC_LAND_INFO, 0, 1);
}