Fix typo (#17193)
authorSeo Sanghyeon <sanxiyn@gmail.com>
Thu, 22 Feb 2018 20:27:40 +0000 (05:27 +0900)
committerGunhan Gulsoy <gunan@google.com>
Thu, 22 Feb 2018 20:27:40 +0000 (12:27 -0800)
configure.py

index f77a048..b5436db 100644 (file)
@@ -1217,7 +1217,7 @@ def set_host_c_compiler(environ_cp):
       environ_cp,
       var_name='HOST_C_COMPILER',
       var_default=default_c_host_compiler,
-      ask_for_var=('Please specify which C compiler should be used as the host'
+      ask_for_var=('Please specify which C compiler should be used as the host '
                    'C compiler.'),
       check_success=os.path.exists,
       error_msg='Invalid C compiler path. %s cannot be found.',