Fixed typo in the build tool

This commit is contained in:
Matt Woodrow 2009-08-17 10:44:35 +12:00
parent 13b9deb5ef
commit 85cb592a7e

View File

@ -50,7 +50,7 @@ namespace builder
{ {
config_name = config_name + " - Orange Box"; 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"; config_name = config_name + " - Orange Box Valve";
} }