From 4427ec3a6508be989b86e1b0cc994b3794614a0f Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 14 Aug 2009 03:02:51 -0400 Subject: [PATCH] Build fix - typo (bug 3948 fallout). --- 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 3f6e20c1..b681b51d 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"; }