summaryrefslogtreecommitdiff
path: root/src/industry_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/industry_gui.cpp')
-rw-r--r--src/industry_gui.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp
index fd3bd2b5e..51bc3001b 100644
--- a/src/industry_gui.cpp
+++ b/src/industry_gui.cpp
@@ -870,7 +870,7 @@ static void UpdateIndustryProduction(Industry *i)
}
}
-/** Widget definition of the view industy gui */
+/** Widget definition of the view industry gui */
static const NWidgetPart _nested_industry_view_widgets[] = {
NWidget(NWID_HORIZONTAL),
NWidget(WWT_CLOSEBOX, COLOUR_CREAM),
@@ -893,7 +893,7 @@ static const NWidgetPart _nested_industry_view_widgets[] = {
EndContainer(),
};
-/** Window definition of the view industy gui */
+/** Window definition of the view industry gui */
static const WindowDesc _industry_view_desc(
WDP_AUTO, 260, 120,
WC_INDUSTRY_VIEW, WC_NONE,
@@ -914,7 +914,7 @@ enum IndustryDirectoryWidgets {
IDW_SCROLLBAR,
};
-/** Widget definition of the industy directory gui */
+/** Widget definition of the industry directory gui */
static const NWidgetPart _nested_industry_directory_widgets[] = {
NWidget(NWID_HORIZONTAL),
NWidget(WWT_CLOSEBOX, COLOUR_BROWN),
@@ -1255,7 +1255,7 @@ const StringID IndustryDirectoryWindow::sorter_names[] = {
};
-/** Window definition of the industy directory gui */
+/** Window definition of the industry directory gui */
static const WindowDesc _industry_directory_desc(
WDP_AUTO, 428, 190,
WC_INDUSTRY_DIRECTORY, WC_NONE,