From 8dc685c6e8658a7844811a86cb1d7f3809026f44 Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Tue, 24 Mar 2015 12:14:50 -0400 Subject: [PATCH 49/99] LDAP: fix a typo in debug message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Pavel Březina (cherry picked from commit 871f340834f25ca92a481718939164e708a70e29) --- src/providers/ldap/sdap_access.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/ldap/sdap_access.c b/src/providers/ldap/sdap_access.c index 0b251121335841b357e55deac608f50e24311285..c10b9ddcfc6ae08ce27e6a4fbdf2e273fdee6ed9 100644 --- a/src/providers/ldap/sdap_access.c +++ b/src/providers/ldap/sdap_access.c @@ -1727,7 +1727,7 @@ is_account_locked(const char *pwdAccountLockedTime, * permanently. */ DEBUG(SSSDBG_TRACE_FUNC, - "Account of: %s is beeing blocked by password policy, " + "Account of: %s is being blocked by password policy, " "but value: [%s] value is ignored by SSSD.\n", username, pwdAccountLockedTime); locked = false; -- 2.4.0