summaryrefslogtreecommitdiff
path: root/src/industry_cmd.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-08-15 14:06:43 +0000
committeralberth <alberth@openttd.org>2010-08-15 14:06:43 +0000
commit35fec79700a961ccd9f3d13bc068edccc63dc6a5 (patch)
tree89db9e984c5c6100fcaa55ee36f29fd6027132dc /src/industry_cmd.cpp
parent15514baf8b19c87c559361798c8d7705f2b3edf0 (diff)
downloadopenttd-35fec79700a961ccd9f3d13bc068edccc63dc6a5.tar.xz
(svn r20499) -Doc: Spelling fixes, and one doxygen comment addition.
Diffstat (limited to 'src/industry_cmd.cpp')
-rw-r--r--src/industry_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/industry_cmd.cpp b/src/industry_cmd.cpp
index 59f047c76..379b776c9 100644
--- a/src/industry_cmd.cpp
+++ b/src/industry_cmd.cpp
@@ -1991,7 +1991,7 @@ static void MaybeNewIndustry()
if (!ind_spc->enabled || chance == 0 || ind_spc->num_table == 0) continue;
- /* If there is no Callback CBID_INDUSTRY_AVAILABLE or if this one did anot failed,
+ /* If there is no Callback CBID_INDUSTRY_AVAILABLE or if this one did not fail,
* and if appearing chance for this landscape is above 0, this industry can be chosen */
if (CheckIfCallBackAllowsAvailability(j, IACT_RANDOMCREATION)) {
probability_max += chance;