summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-12-16 16:53:16 +0000
committertruebrain <truebrain@openttd.org>2011-12-16 16:53:16 +0000
commit219393ba5f4bb1588dbbf23490f31374bba10334 (patch)
tree8306e1fb9f9a74f8d730d6c46986575c909f6a37
parent05af1d176bff01154933da8c3e3ba97784f4b8d6 (diff)
downloadopenttd-219393ba5f4bb1588dbbf23490f31374bba10334.tar.xz
(svn r23537) -Fix (r23529): typo in the word 'because' (tnx to Alberth for noticing)
-rw-r--r--src/widgets/rail_widget.h4
-rw-r--r--src/widgets/road_widget.h4
-rw-r--r--src/widgets/sign_widget.h2
-rw-r--r--src/widgets/subsidy_widget.h2
4 files changed, 6 insertions, 6 deletions
diff --git a/src/widgets/rail_widget.h b/src/widgets/rail_widget.h
index 0a56f985f..6925e1502 100644
--- a/src/widgets/rail_widget.h
+++ b/src/widgets/rail_widget.h
@@ -14,7 +14,7 @@
/** Widgets of the WC_BUILD_TOOLBAR (WC_BUILD_TOOLBAR is also used in others). */
enum RailToolbarWidgets {
- /* Name starts with RA instead of R, becuase of collision with RoadToolbarWidgets */
+ /* Name starts with RA instead of R, because of collision with RoadToolbarWidgets */
RATW_CAPTION,
RATW_BUILD_NS,
RATW_BUILD_X,
@@ -97,7 +97,7 @@ enum BuildSignalWidgets {
/** Widgets of the WC_BUILD_DEPOT (WC_BUILD_DEPOT is also used in others). */
enum BuildRailDepotWidgets {
- /* Name starts with BRA instead of BR, becuase of collision with BuildRoadDepotWidgets */
+ /* Name starts with BRA instead of BR, because of collision with BuildRoadDepotWidgets */
BRADW_DEPOT_NE,
BRADW_DEPOT_SE,
BRADW_DEPOT_SW,
diff --git a/src/widgets/road_widget.h b/src/widgets/road_widget.h
index 2f948dfc9..86454b3ee 100644
--- a/src/widgets/road_widget.h
+++ b/src/widgets/road_widget.h
@@ -14,7 +14,7 @@
/** Widgets of the WC_SCEN_BUILD_TOOLBAR / WC_BUILD_TOOLBAR (WC_SCEN_BUILD_TOOLBAR / WC_BUILD_TOOLBAR is also used in others). */
enum RoadToolbarWidgets {
- /* Name starts with RO instead of R, becuase of collision with RailToolbarWidgets */
+ /* Name starts with RO instead of R, because of collision with RailToolbarWidgets */
ROTW_ROAD_X,
ROTW_ROAD_Y,
ROTW_AUTOROAD,
@@ -30,7 +30,7 @@ enum RoadToolbarWidgets {
/** Widgets of the WC_BUILD_DEPOT (WC_BUILD_DEPOT is also used in others). */
enum BuildRoadDepotWidgets {
- /* Name starts with BRO instead of BR, becuase of collision with BuildRailDepotWidgets */
+ /* Name starts with BRO instead of BR, because of collision with BuildRailDepotWidgets */
BRODW_CAPTION,
BRODW_DEPOT_NE,
BRODW_DEPOT_SE,
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,
diff --git a/src/widgets/subsidy_widget.h b/src/widgets/subsidy_widget.h
index 656fd8604..312e0b852 100644
--- a/src/widgets/subsidy_widget.h
+++ b/src/widgets/subsidy_widget.h
@@ -14,7 +14,7 @@
/** Widgets of the WC_SUBSIDIES_LIST. */
enum SubsidyListWidgets {
- /* Name starts with SU instead of S, becuase of collision with StationListWidgets */
+ /* Name starts with SU instead of S, because of collision with StationListWidgets */
SULW_PANEL,
SULW_SCROLLBAR,
};