aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.py
diff options
context:
space:
mode:
authorGravatar Eric Lilienstein <eric.lilienstein@gmail.com>2018-01-03 04:04:54 -0800
committerGravatar Eric Lilienstein <eric.lilienstein@gmail.com>2018-01-03 04:04:54 -0800
commit0f531b614f57283bb81901a87f4f6e6946d392bc (patch)
treea3658427d4f6a9b45b744352fb428d8fae0c33df /configure.py
parent136697ecdc64b5171522fb7f89cfe51a02f0f1c1 (diff)
Fix typo in UserInputError()
Diffstat (limited to 'configure.py')
-rw-r--r--configure.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.py b/configure.py
index 11256d47d8..d31ab27c5e 100644
--- a/configure.py
+++ b/configure.py
@@ -333,8 +333,8 @@ def get_var(environ_cp,
var = False
else:
raise UserInputError('Environment variable %s must be set as a boolean indicator.\n'
- 'The followings are accepted as TRUE : %s.\n'
- 'The followings are accepted as FALSE: %s.\n'
+ 'The following are accepted as TRUE : %s.\n'
+ 'The following are accepted as FALSE: %s.\n'
'Current value is %s' %
(var_name,
','.join(true_contents),