commit | 16625e97c5fa041dc40f29c1f57a0e92047123ba | [log] [tgz] |
---|---|---|
author | Seo Sanghyeon <sanxiyn@gmail.com> | Fri Feb 23 05:27:40 2018 +0900 |
committer | Gunhan Gulsoy <gunan@google.com> | Thu Feb 22 12:27:40 2018 -0800 |
tree | e9940c4375da8db4d082db1776158466bbf82191 | |
parent | 2a0cc9c554e7a355f336bac203acad41dae68eb6 [diff] |
Fix typo (#17193)
diff --git a/configure.py b/configure.py index f77a048..b5436db 100644 --- a/configure.py +++ b/configure.py
@@ -1217,7 +1217,7 @@ 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.',