summaryrefslogtreecommitdiff
path: root/src/vehicle_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/vehicle_gui.cpp
parent6621a8fb2135eadd2cb9306e2368abd36eea3982 (diff)
downloadopenttd-f34e9ff0748ef4c5ccadfc3b672501a929850445.tar.xz
(svn r22140) -Fix (r22135): I like the letter 'l' nevertheless. (Alberth)
Diffstat (limited to 'src/vehicle_gui.cpp')
-rw-r--r--src/vehicle_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicle_gui.cpp b/src/vehicle_gui.cpp
index 61ef82ef5..6efbecf53 100644
--- a/src/vehicle_gui.cpp
+++ b/src/vehicle_gui.cpp
@@ -1120,7 +1120,7 @@ static inline void ChangeVehicleWindow(WindowClass window_class, VehicleID from_
_thd.window_number = to_index;
}
- /* Notify the window immediatelly, without scheduling. */
+ /* Notify the window immediately, without scheduling. */
w->InvalidateData();
}
}