diff options
Diffstat (limited to 'src/engine.cpp')
-rw-r--r-- | src/engine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine.cpp b/src/engine.cpp index a5ed31fd5..33e9bdd7e 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -168,7 +168,7 @@ uint32 Engine::GetGRFID() const /** * Determines whether an engine can carry something. - * A vehicle cannot carry anything if its capacity is zero, or none of the possible cargos is available in the climate. + * A vehicle cannot carry anything if its capacity is zero, or none of the possible cargoes is available in the climate. * @return true if the vehicle can carry something. */ bool Engine::CanCarryCargo() const |