Fix minor typos

Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Yuri Chornoivan
2016-06-19 11:03:33 +03:00
committed by Martin Basti
parent a540c909a7
commit a95e0777ac
4 changed files with 6 additions and 6 deletions

View File

@@ -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