forked from mirror/OpenTTD
Fix: Some typos found using codespell
This commit is contained in:
@@ -65,7 +65,7 @@ enum VehiclePathFinders {
|
||||
|
||||
/** Flags to add to p1 for goto depot commands. */
|
||||
enum DepotCommand {
|
||||
DEPOT_SERVICE = (1U << 28), ///< The vehicle will leave the depot right after arrival (serivce only)
|
||||
DEPOT_SERVICE = (1U << 28), ///< The vehicle will leave the depot right after arrival (service only)
|
||||
DEPOT_MASS_SEND = (1U << 29), ///< Tells that it's a mass send to depot command (type in VLW flag)
|
||||
DEPOT_DONT_CANCEL = (1U << 30), ///< Don't cancel current goto depot command if any
|
||||
DEPOT_LOCATE_HANGAR = (1U << 31), ///< Find another airport if the target one lacks a hangar
|
||||
|
Reference in New Issue
Block a user