aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build_scripts/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_scripts/utils.py b/build_scripts/utils.py
index e69c9a58a..58efda5b7 100644
--- a/build_scripts/utils.py
+++ b/build_scripts/utils.py
@@ -229,7 +229,7 @@ def init_msvc_env(platform_arch, build_type):
if not vcdir_path:
raise DistutilsSetupError(
"Failed to find the MSVC compiler version {} on your "
- "system.".formar(MSVC_VERSION))
+ "system.".format(MSVC_VERSION))
else:
log.info("Found {}".format(vcdir_path))