From a392249f56ad892bfc027955f0e048fc1626d0dd Mon Sep 17 00:00:00 2001 From: Richard Buckle Date: Mon, 4 Nov 2019 20:38:14 +0000 Subject: [PATCH] Fix typo --- Utilities/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/Constants.cs b/Utilities/Constants.cs index 4c35368044..e28c2bd55e 100644 --- a/Utilities/Constants.cs +++ b/Utilities/Constants.cs @@ -26,7 +26,7 @@ public class Constants public static readonly string VEHICLE_SRV = "SRV"; public static readonly string VEHICLE_FIGHTER = "Fighter"; - //Option defualts + //Option defaults public const int maxStationDistanceDefault = 10000; public const int missionWarningDefault = 60;