From 3d88c74389ec978bb198415816364898963bb979 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 15 Dec 2011 21:56:00 +0000 Subject: (svn r23526) -Codechange: unify cargos vs cargoes --- src/script/api/script_event_types.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/script/api/script_event_types.hpp') diff --git a/src/script/api/script_event_types.hpp b/src/script/api/script_event_types.hpp index dd8f08917..472fc72a2 100644 --- a/src/script/api/script_event_types.hpp +++ b/src/script/api/script_event_types.hpp @@ -231,14 +231,14 @@ public: char *GetName(); /** - * Get the cargo-type of the offered engine. In case it can transport multiple cargos, it + * Get the cargo-type of the offered engine. In case it can transport multiple cargoes, it * returns the first/main. * @return The cargo-type of the engine. */ CargoID GetCargoType(); /** - * Get the capacity of the offered engine. In case it can transport multiple cargos, it + * Get the capacity of the offered engine. In case it can transport multiple cargoes, it * returns the first/main. * @return The capacity of the engine. */ -- cgit v1.2.3-54-g00ecf