(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 6621a8fb21
commit f34e9ff074
5 changed files with 14 additions and 14 deletions

View File

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