From a95e0777ac64cc8edad152f189be5347117785ef Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sun, 19 Jun 2016 11:03:33 +0300 Subject: Fix minor typos Reviewed-By: Martin Basti --- ipapython/dnssec/syncrepl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipapython/dnssec') 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 -- cgit