From b5fca17db5ae010f11d192edd7dd5bab3a37b3bd Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Wed, 28 Nov 2012 18:34:53 +0000 Subject: [PATCH] fixed: typo in build script --- tools/build/toolchain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/toolchain.py b/tools/build/toolchain.py index 9cbd32d2..a09f33aa 100644 --- a/tools/build/toolchain.py +++ b/tools/build/toolchain.py @@ -1039,7 +1039,7 @@ class InternalCommands: elif generator.startswith('Visual Studio 10'): value,type = _winreg.QueryValueEx(key, '10.0') else: - raise Exception('Cannot determin vcvarsall.bat location for: ' + generator) + raise Exception('Cannot determine vcvarsall.bat location for: ' + generator) # not sure why, but the value on 64-bit differs slightly to the original if os_bits == '64bit':