diff options
author | truebrain <truebrain@openttd.org> | 2011-12-16 16:53:16 +0000 |
---|---|---|
committer | truebrain <truebrain@openttd.org> | 2011-12-16 16:53:16 +0000 |
commit | 219393ba5f4bb1588dbbf23490f31374bba10334 (patch) | |
tree | 8306e1fb9f9a74f8d730d6c46986575c909f6a37 /src/widgets/sign_widget.h | |
parent | 05af1d176bff01154933da8c3e3ba97784f4b8d6 (diff) | |
download | openttd-219393ba5f4bb1588dbbf23490f31374bba10334.tar.xz |
(svn r23537) -Fix (r23529): typo in the word 'because' (tnx to Alberth for noticing)
Diffstat (limited to 'src/widgets/sign_widget.h')
-rw-r--r-- | src/widgets/sign_widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/sign_widget.h b/src/widgets/sign_widget.h index 8d65bb309..638e6b8fa 100644 --- a/src/widgets/sign_widget.h +++ b/src/widgets/sign_widget.h @@ -14,7 +14,7 @@ /** Widgets of the WC_SIGN_LIST. */ enum SignListWidgets { - /* Name starts with SI instead of S, becuase of collision with StationListWidgets */ + /* Name starts with SI instead of S, because of collision with StationListWidgets */ SILW_CAPTION, SILW_LIST, SILW_SCROLLBAR, |