aboutsummaryrefslogtreecommitdiff
path: root/libpam/pam_dispatch.c
diff options
context:
space:
mode:
authorTobias Stoeckmann <tobias@stoeckmann.org>2023-12-06 22:48:34 +0100
committerDmitry V. Levin <ldv@strace.io>2023-12-18 09:10:08 +0000
commit0fb2978d0e139dc57878d5c82d6eae79273e2031 (patch)
treea6bcd89e4d82815b8b0767fb2b823283eced379e /libpam/pam_dispatch.c
parent04134cc04a6c36acd52aa92c955ae0eba72fd038 (diff)
downloadpam-0fb2978d0e139dc57878d5c82d6eae79273e2031.tar.gz
pam-0fb2978d0e139dc57878d5c82d6eae79273e2031.tar.bz2
pam-0fb2978d0e139dc57878d5c82d6eae79273e2031.zip
treewide: fix typos in comments and documentation
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Diffstat (limited to 'libpam/pam_dispatch.c')
-rw-r--r--libpam/pam_dispatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpam/pam_dispatch.c b/libpam/pam_dispatch.c
index 31a28be3..ca78a10f 100644
--- a/libpam/pam_dispatch.c
+++ b/libpam/pam_dispatch.c
@@ -299,7 +299,7 @@ static int _pam_dispatch_aux(pam_handle_t *pamh, int flags, struct handler *h,
}
continue;
-decision_made: /* by getting here we have made a decision */
+decision_made: /* by getting here we have made a decision */
while (h->next != NULL && h->next->stack_level >= stack_level) {
h = h->next;
++depth;