From d6c2dfcc4b217b06e1328152a6bb3013cffd7b58 Mon Sep 17 00:00:00 2001 From: Tobias Stoeckmann Date: Sat, 11 Nov 2023 11:11:25 +0100 Subject: pam_time: fix typo in debug message Signed-off-by: Tobias Stoeckmann --- modules/pam_time/pam_time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/pam_time') diff --git a/modules/pam_time/pam_time.c b/modules/pam_time/pam_time.c index af276059..27913b9a 100644 --- a/modules/pam_time/pam_time.c +++ b/modules/pam_time/pam_time.c @@ -432,7 +432,7 @@ check_time(pam_handle_t *pamh, const void *AT, const char *times, int i,j=0; at = AT; - D(("chcking: 0%o/%.4d vs. %s", at->day, at->minute, times)); + D(("checking: 0%o/%.4d vs. %s", at->day, at->minute, times)); if (times == NULL) { /* this should not happen */ -- cgit v1.2.3