From 3e299f96b112296c0a98615ef5ac1dde8ef46d97 Mon Sep 17 00:00:00 2001 From: User Identifier Date: Wed, 30 Sep 2020 16:42:53 +0200 Subject: [PATCH] Fix typo --- src/phi/ldap/entry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phi/ldap/entry.py b/src/phi/ldap/entry.py index 27ec5a2..d0533cb 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)))