From 85cb592a7ec37d5c462114f0324715af7672a5d4 Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Mon, 17 Aug 2009 10:44:35 +1200 Subject: [PATCH] Fixed typo in the build tool --- tools/builder/Win32Builder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/builder/Win32Builder.cs b/tools/builder/Win32Builder.cs index 5b166601..b418dde3 100644 --- a/tools/builder/Win32Builder.cs +++ b/tools/builder/Win32Builder.cs @@ -50,7 +50,7 @@ namespace builder { config_name = config_name + " - Orange Box"; } - else if (lib.build_mode == BuildMode.BuildMode_Episde2Valve) + else if (lib.build_mode == BuildMode.BuildMode_Episode2Valve) { config_name = config_name + " - Orange Box Valve"; }