aboutsummaryrefslogtreecommitdiff
path: root/tools/Crupest.V2ray/Crupest.V2ray/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Crupest.V2ray/Crupest.V2ray/Program.cs')
-rw-r--r--tools/Crupest.V2ray/Crupest.V2ray/Program.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Crupest.V2ray/Crupest.V2ray/Program.cs b/tools/Crupest.V2ray/Crupest.V2ray/Program.cs
index e0c0d6d..e623a88 100644
--- a/tools/Crupest.V2ray/Crupest.V2ray/Program.cs
+++ b/tools/Crupest.V2ray/Crupest.V2ray/Program.cs
@@ -24,8 +24,8 @@ public static class Program
var verb = args[0].ToLower();
if (verb == "download-geodata" || verb == "dg")
{
- var geoDataDonwloader = new GeoDataDownloader();
- geoDataDonwloader.Download(ExeDir);
+ var geoDataDownloader = new GeoDataDownloader();
+ geoDataDownloader.Download(ExeDir);
return;
}
throw new Exception("Invalid command line arguments.");