aboutsummaryrefslogtreecommitdiff
path: root/libpam
diff options
context:
space:
mode:
authorTobias Stoeckmann <tobias@stoeckmann.org>2024-01-05 22:54:54 +0100
committerDmitry V. Levin <ldv@strace.io>2024-01-05 23:36:44 +0000
commit94c798c2d82a3df4d1e98e0a6855d92a5a4b1450 (patch)
treeb9a4f79eadb7376d6d9980e75cb01c4f3647c669 /libpam
parent387940a856bac59fb77d13572b504bf51cb1ed3b (diff)
downloadpam-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')
-rw-r--r--libpam/include/security/_pam_macros.h2
-rw-r--r--libpam/pam_audit.c2
-rw-r--r--libpam/pam_dispatch.c2
-rw-r--r--libpam/pam_end.c2
-rw-r--r--libpam/pam_misc.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/libpam/include/security/_pam_macros.h b/libpam/include/security/_pam_macros.h
index e36f4023..01274428 100644
--- a/libpam/include/security/_pam_macros.h
+++ b/libpam/include/security/_pam_macros.h
@@ -49,7 +49,7 @@ do { \
} while (0)
/*
- * WARNING: Do NOT use this macro, as it does not reliable override the memory.
+ * WARNING: Do NOT use this macro, as it does not reliably override the memory.
*/
#define _pam_drop_reply(/* struct pam_response * */ reply, /* int */ replies) \
diff --git a/libpam/pam_audit.c b/libpam/pam_audit.c
index 97a9a929..5619ba0c 100644
--- a/libpam/pam_audit.c
+++ b/libpam/pam_audit.c
@@ -203,7 +203,7 @@ int
_pam_audit_end(pam_handle_t *pamh, int status UNUSED)
{
if (! (pamh->audit_state & PAMAUDIT_LOGGED)) {
- /* PAM library is being shut down without any of the auditted
+ /* PAM library is being shut down without any of the audited
* stacks having been run. Assume that this is sshd faking
* things for an unknown user.
*/
diff --git a/libpam/pam_dispatch.c b/libpam/pam_dispatch.c
index d237e68d..60ec85bd 100644
--- a/libpam/pam_dispatch.c
+++ b/libpam/pam_dispatch.c
@@ -28,7 +28,7 @@
/*
* walk a stack of modules. Interpret the administrator's instructions
- * when combining the return code of each module.
+ * when combining the return codes of each module.
*/
static int _pam_dispatch_aux(pam_handle_t *pamh, int flags, struct handler *h,
diff --git a/libpam/pam_end.c b/libpam/pam_end.c
index c374dbca..c728f1da 100644
--- a/libpam/pam_end.c
+++ b/libpam/pam_end.c
@@ -26,7 +26,7 @@ int pam_end(pam_handle_t *pamh, int pam_status)
_pam_audit_end(pamh, pam_status);
#endif
- /* first liberate the modules (it is not inconcevible that the
+ /* first liberate the modules (it is not inconceivable that the
modules may need to use the service_name etc. to clean up) */
_pam_free_data(pamh, pam_status);
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)