From 35fec79700a961ccd9f3d13bc068edccc63dc6a5 Mon Sep 17 00:00:00 2001 From: alberth Date: Sun, 15 Aug 2010 14:06:43 +0000 Subject: (svn r20499) -Doc: Spelling fixes, and one doxygen comment addition. --- src/industry_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/industry_cmd.cpp') 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; -- cgit v1.2.3-54-g00ecf