(svn r22140) -Fix (r22135): I like the letter 'l' nevertheless. (Alberth)

This commit is contained in:
frosch
2011-02-24 21:48:06 +00:00
parent 3455ac8467
commit 04f56cf6ed
5 changed files with 14 additions and 14 deletions

View File

@@ -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();
}
}