[PATCH 14/16] pam_cap.c: Spelling fix in output string

Michael Kerrisk (man-pages) mtk.manpages at gmail.com
Thu Jul 16 10:18:25 UTC 2020


Signed-off-by: Michael Kerrisk (man-pages) <mtk.manpages at gmail.com>
---
 pam_cap/pam_cap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pam_cap/pam_cap.c b/pam_cap/pam_cap.c
index 3030692..6927f7b 100644
--- a/pam_cap/pam_cap.c
+++ b/pam_cap/pam_cap.c
@@ -321,7 +321,7 @@ int pam_sm_authenticate(pam_handle_t *pamh, int flags,
 
     } else {
 
-	D(("there are no capabilities restrctions on this user"));
+	D(("there are no capabilities restrictions on this user"));
 	return PAM_IGNORE;
 
     }
-- 
2.26.2



More information about the Linux-security-module-archive mailing list