Blame SOURCES/0024-pam-fix-typo-in-debug-message.patch

8ad293
From dcc42015f7ada1c4e4daed17e2c8087e29cb7616 Mon Sep 17 00:00:00 2001
8ad293
From: =?UTF-8?q?Pavel=20B=C5=99ezina?= <pbrezina@redhat.com>
8ad293
Date: Thu, 1 Oct 2020 14:02:44 +0200
8ad293
Subject: [PATCH 24/27] pam: fix typo in debug message
8ad293
8ad293
Reviewed-by: Robbie Harwood <rharwood@redhat.com>
8ad293
Reviewed-by: Sumit Bose <sbose@redhat.com>
8ad293
---
8ad293
 src/responder/pam/pamsrv_cmd.c | 2 +-
8ad293
 1 file changed, 1 insertion(+), 1 deletion(-)
8ad293
8ad293
diff --git a/src/responder/pam/pamsrv_cmd.c b/src/responder/pam/pamsrv_cmd.c
8ad293
index 1d0251497..acbfc0c39 100644
8ad293
--- a/src/responder/pam/pamsrv_cmd.c
8ad293
+++ b/src/responder/pam/pamsrv_cmd.c
8ad293
@@ -1941,7 +1941,7 @@ static void pam_check_user_search_next(struct tevent_req *req)
8ad293
     talloc_zfree(req);
8ad293
     if (ret != EOK && ret != ENOENT) {
8ad293
         DEBUG(SSSDBG_OP_FAILURE, "Cache lookup failed, trying to get fresh "
8ad293
-                                 "data from the backened.\n");
8ad293
+                                 "data from the backend.\n");
8ad293
     }
8ad293
 
8ad293
     DEBUG(SSSDBG_TRACE_ALL, "PAM initgroups scheme [%s].\n",
8ad293
-- 
8ad293
2.21.3
8ad293