diff options
author | Tobias Stoeckmann <tobias@stoeckmann.org> | 2023-11-11 11:11:25 +0100 |
---|---|---|
committer | Dmitry V. Levin <github.dl@altlinux.org> | 2023-11-12 19:20:20 +0000 |
commit | d6c2dfcc4b217b06e1328152a6bb3013cffd7b58 (patch) | |
tree | a2d023389ec950282032a7e691c4a2ff67bf4047 /modules | |
parent | ca4e9df52c62a1529427e63bab4d362877476369 (diff) | |
download | pam-d6c2dfcc4b217b06e1328152a6bb3013cffd7b58.tar.gz pam-d6c2dfcc4b217b06e1328152a6bb3013cffd7b58.tar.bz2 pam-d6c2dfcc4b217b06e1328152a6bb3013cffd7b58.zip |
pam_time: fix typo in debug message
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Diffstat (limited to 'modules')
-rw-r--r-- | modules/pam_time/pam_time.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |