diff options
Diffstat (limited to 'modules/mono/editor/GodotTools/GodotTools.IdeMessaging.CLI/Program.cs')
-rw-r--r-- | modules/mono/editor/GodotTools/GodotTools.IdeMessaging.CLI/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/editor/GodotTools/GodotTools.IdeMessaging.CLI/Program.cs b/modules/mono/editor/GodotTools/GodotTools.IdeMessaging.CLI/Program.cs index e344aa4a37..fce874a4fc 100644 --- a/modules/mono/editor/GodotTools/GodotTools.IdeMessaging.CLI/Program.cs +++ b/modules/mono/editor/GodotTools/GodotTools.IdeMessaging.CLI/Program.cs @@ -45,7 +45,7 @@ namespace GodotTools.IdeMessaging.CLI if (!Directory.Exists(godotProjectDir)) { - Logger.LogError($"The specified Godot project directory does not exist: {godotProjectDir}"); + Logger.LogError($"The specified Redot project directory does not exist: {godotProjectDir}"); return 1; } |