summaryrefslogtreecommitdiffstats
path: root/ipalib/config.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-12-30 15:14:33 -0700
committerJason Gerard DeRose <jderose@redhat.com>2008-12-30 15:14:33 -0700
commite9be796950070790543ca0cfaf5182958aee5dd6 (patch)
tree0fef13b7a88e2df1d3f0205b05d272231af72743 /ipalib/config.py
parent379c549fc16fbb2eed6685f5e189da26f021abe9 (diff)
downloadfreeipa-e9be796950070790543ca0cfaf5182958aee5dd6.tar.gz
freeipa-e9be796950070790543ca0cfaf5182958aee5dd6.tar.xz
freeipa-e9be796950070790543ca0cfaf5182958aee5dd6.zip
Fixed Env._bootstrap() docstring typo
Diffstat (limited to 'ipalib/config.py')
-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.