(svn r15400) -Fix: Typos in comments.

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
frosch 16 years ago
parent 769573d1e9
commit 4e8707b93f

@ -703,7 +703,7 @@ private:
};
/**
* Event Disaster Zeppeliner Cleared, indicating a previously crashed zeppeliner has been remvoed, and the airport is operating again.
* Event Disaster Zeppeliner Cleared, indicating a previously crashed zeppeliner has been removed, and the airport is operating again.
*/
class AIEventDisasterZeppelinerCleared : public AIEvent {
public:

@ -47,7 +47,7 @@ public:
/**
* Gets the production of a cargo of the industry.
* WARNING This function does not neccessarily return useful values for newindustries.
* @warning This function does not neccessarily return useful values for newindustries.
* An industry produces at least the returned amount per month,
* but the function can also return 0, when the industry produces lots of cargo.
* GetLastMonthProduction() is more robust.

@ -33,7 +33,7 @@ public:
/**
* Get a list of CargoID possible produced by this industry-type.
* WARNING This is function only returns the default cargos of the industry type.
* @warning This function only returns the default cargos of the industry type.
* Industries can specify new cargotypes on construction.
* @param industry_type The type to get the CargoIDs for.
* @pre IsValidIndustryType(industry_type).
@ -43,7 +43,7 @@ public:
/**
* Get a list of CargoID accepted by this industry-type.
* WARNING This is function only returns the default cargos of the industry type.
* @warning This function only returns the default cargos of the industry type.
* Industries can specify new cargotypes on construction.
* @param industry_type The type to get the CargoIDs for.
* @pre IsValidIndustryType(industry_type).

Loading…
Cancel
Save