From 04134cc04a6c36acd52aa92c955ae0eba72fd038 Mon Sep 17 00:00:00 2001 From: Tobias Stoeckmann Date: Tue, 5 Dec 2023 23:20:46 +0100 Subject: treewide: fix typos Typos found with codespell Signed-off-by: Tobias Stoeckmann --- modules/pam_limits/pam_limits.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/pam_limits') diff --git a/modules/pam_limits/pam_limits.c b/modules/pam_limits/pam_limits.c index d9ce6cbe..fc541330 100644 --- a/modules/pam_limits/pam_limits.c +++ b/modules/pam_limits/pam_limits.c @@ -1122,7 +1122,7 @@ static int setup_limits(pam_handle_t *pamh, return retval; } -/* --- evaluting all files in VENDORDIR/security/limits.d and /etc/security/limits.d --- */ +/* --- evaluating all files in VENDORDIR/security/limits.d and /etc/security/limits.d --- */ static const char * base_name(const char *path) { -- cgit v1.2.3