diff options
Diffstat (limited to 'ipapython')
| -rw-r--r-- | ipapython/dnssec/syncrepl.py | 2 |
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 |
