summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/ldapupdate.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2009-12-17 23:57:39 -0700
committerRob Crittenden <rcritten@redhat.com>2009-12-18 10:56:13 -0500
commitab1aba5a9a97524645fa6a232fb1df397cb0355a (patch)
tree647a64b3268faefab7f8623bce7854a0526fad63 /ipaserver/install/ldapupdate.py
parentbf9d4c598408ff7ced3b085163ae0a41d02f0e52 (diff)
downloadfreeipa-ab1aba5a9a97524645fa6a232fb1df397cb0355a.tar.gz
freeipa-ab1aba5a9a97524645fa6a232fb1df397cb0355a.tar.xz
freeipa-ab1aba5a9a97524645fa6a232fb1df397cb0355a.zip
Added Fuzzy docstrings; make-test now runs doctests in tests/*; fixed 'existant' mispelling
Diffstat (limited to 'ipaserver/install/ldapupdate.py')
-rw-r--r--ipaserver/install/ldapupdate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/install/ldapupdate.py b/ipaserver/install/ldapupdate.py
index ad2067c09..c03459187 100644
--- a/ipaserver/install/ldapupdate.py
+++ b/ipaserver/install/ldapupdate.py
@@ -566,7 +566,7 @@ class LDAPUpdate:
self.conn.deleteEntry(dn)
self.modified = True
except errors.NotFound, e:
- logging.info("Deleting non-existant entry %s", e)
+ logging.info("Deleting non-existent entry %s", e)
self.modified = True
except errors.DatabaseError, e:
logging.error("Delete failed: %s", e)