[PATCH 14/16] pam_cap.c: Spelling fix in output string
From: Michael Kerrisk (man-pages) <hidden>
Date: 2020-07-16 10:19:32
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Michael Kerrisk (man-pages) <hidden>
Date: 2020-07-16 10:19:32
Subsystem:
the rest · Maintainer:
Linus Torvalds
Signed-off-by: Michael Kerrisk (man-pages) <redacted> --- 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