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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp
index 2d9c3771f..9db4a5a94 100644
--- a/src/industry_gui.cpp
+++ b/src/industry_gui.cpp
@@ -247,7 +247,7 @@ class BuildIndustryWindow : public Window {
}
}
- /* first indutry type is selected if the current selection is invalid.
+ /* first industry type is selected if the current selection is invalid.
* I'll be damned if there are none available ;) */
if (this->selected_index == -1) {
this->selected_index = 0;