summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipalib/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/config.py b/ipalib/config.py
index c19474338..6feae5735 100644
--- a/ipalib/config.py
+++ b/ipalib/config.py
@@ -392,7 +392,7 @@ class Env(object):
variables specified on the command-line.
3. Intelligently fill-in the *in_tree*, *context*, *conf*, and
- *conf_default* variables if they haven`t been set already.
+ *conf_default* variables if they haven't been set already.
Also see `Env._finalize_core()`, the next method in the bootstrap
sequence.