summaryrefslogtreecommitdiffstats
path: root/ipapython/dnssec
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2016-06-19 11:03:33 +0300
committerMartin Basti <mbasti@redhat.com>2016-06-20 13:49:32 +0200
commita95e0777ac64cc8edad152f189be5347117785ef (patch)
treefa1a085b5a93d35dac42eee2d27e87085553b724 /ipapython/dnssec
parenta540c909a7f63e7b0c19207eec69bd5914cb186e (diff)
downloadfreeipa-a95e0777ac64cc8edad152f189be5347117785ef.tar.gz
freeipa-a95e0777ac64cc8edad152f189be5347117785ef.tar.xz
freeipa-a95e0777ac64cc8edad152f189be5347117785ef.zip
Fix minor typos
Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipapython/dnssec')
-rw-r--r--ipapython/dnssec/syncrepl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipapython/dnssec/syncrepl.py b/ipapython/dnssec/syncrepl.py
index e6bda0850..e197670ad 100644
--- a/ipapython/dnssec/syncrepl.py
+++ b/ipapython/dnssec/syncrepl.py
@@ -82,7 +82,7 @@ class SyncReplConsumer(ReconnectLDAPObject, SyncreplConsumer):
def syncrepl_present(self, uuids, refreshDeletes=False):
# If we have not been given any UUID values,
- # then we have recieved all the present controls...
+ # then we have received all the present controls...
if uuids is None:
# We only do things if refreshDeletes is false
# as the syncrepl extension will call syncrepl_delete instead