diff options
author | Tobias Stoeckmann <tobias@stoeckmann.org> | 2024-01-05 22:54:54 +0100 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2024-01-05 23:36:44 +0000 |
commit | 94c798c2d82a3df4d1e98e0a6855d92a5a4b1450 (patch) | |
tree | b9a4f79eadb7376d6d9980e75cb01c4f3647c669 /libpam/pam_misc.c | |
parent | 387940a856bac59fb77d13572b504bf51cb1ed3b (diff) | |
download | pam-94c798c2d82a3df4d1e98e0a6855d92a5a4b1450.tar.gz pam-94c798c2d82a3df4d1e98e0a6855d92a5a4b1450.tar.bz2 pam-94c798c2d82a3df4d1e98e0a6855d92a5a4b1450.zip |
treewide: fix typos in comments
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Diffstat (limited to 'libpam/pam_misc.c')
-rw-r--r-- | libpam/pam_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpam/pam_misc.c b/libpam/pam_misc.c index c91aa693..e379d2f9 100644 --- a/libpam/pam_misc.c +++ b/libpam/pam_misc.c @@ -206,7 +206,7 @@ size_t _pam_mkargv(const char *s, char ***argv, int *argc) /* * this function is used to protect the modules from accidental or - * semi-mallicious harm that an application may do to confuse the API. + * semi-malicious harm that an application may do to confuse the API. */ void _pam_sanitize(pam_handle_t *pamh) |