summaryrefslogtreecommitdiff
path: root/src/script/api/script_industrytype.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_industrytype.hpp')
-rw-r--r--src/script/api/script_industrytype.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/api/script_industrytype.hpp b/src/script/api/script_industrytype.hpp
index 185d0289c..bbc6bcc64 100644
--- a/src/script/api/script_industrytype.hpp
+++ b/src/script/api/script_industrytype.hpp
@@ -45,7 +45,7 @@ public:
/**
* Get a list of CargoID possible produced by this industry-type.
- * @warning This function only returns the default cargos of the industry type.
+ * @warning This function only returns the default cargoes 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).
@@ -55,7 +55,7 @@ public:
/**
* Get a list of CargoID accepted by this industry-type.
- * @warning This function only returns the default cargos of the industry type.
+ * @warning This function only returns the default cargoes 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).