aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeo Sanghyeon <sanxiyn@gmail.com>2018-02-23 05:27:40 +0900
committerGunhan Gulsoy <gunan@google.com>2018-02-22 12:27:40 -0800
commit16625e97c5fa041dc40f29c1f57a0e92047123ba (patch)
treee9940c4375da8db4d082db1776158466bbf82191
parent2a0cc9c554e7a355f336bac203acad41dae68eb6 (diff)
downloadtensorflow-16625e97c5fa041dc40f29c1f57a0e92047123ba.tar.gz
Fix typo (#17193)
-rw-r--r--configure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index f77a048d86d..b5436dba20a 100644
--- a/configure.py
+++ b/configure.py
@@ -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.',