From 21cb6094233d6d90fc11df26709a08c392781a24 Mon Sep 17 00:00:00 2001 From: Anton Mitrokhin Date: Wed, 16 Jul 2014 15:12:39 +0400 Subject: [PATCH] changed 'ispc-compiler' to 'ispc-build-compiler' in error message --- alloy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alloy.py b/alloy.py index 0d096950..8bd26d6c 100755 --- a/alloy.py +++ b/alloy.py @@ -677,7 +677,7 @@ def Main(): # gcc and g++ options are equal and added for ease of use if options.ispc_build_compiler != "clang" and \ options.ispc_build_compiler != "gcc": - error("unknow option for --ispc-compiler: " + options.ispc_build_compiler, 1) + error("unknow option for --ispc-build-compiler: " + options.ispc_build_compiler, 1) parser.print_help() exit(0)