diff --git a/src/phi/ldap/entry.py b/src/phi/ldap/entry.py index c9e9a2c..60069a4 100644 --- a/src/phi/ldap/entry.py +++ b/src/phi/ldap/entry.py @@ -29,7 +29,7 @@ def get_entry_by_uid(client, uid): return None if response[1:]: - log.erorr("Looking for exactly one result but server gave {}. " + log.error("Looking for exactly one result but server gave {}. " "Taking the first and ignoring the rest." .format(len(response)))