From 4d928200c2a1e90f1664e73f88b7fd4386158311 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 24 Nov 2020 18:00:00 +0000 Subject: Fix various typos found using codespell tool * modules/pam_limits/limits.conf: Replace "overriden" with "overridden". * modules/pam_mkhomedir/mkhomedir_helper.c (create_homedir): Replace "preseves" with "preserves". * modules/pam_setquota/pam_setquota.8.xml: Replace "specifed" with "specified". * modules/pam_setquota/pam_setquota.c (pam_sm_open_session): Replace "fileystem" with "filesystem", "conditons" with "conditions". --- modules/pam_limits/limits.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/pam_limits') diff --git a/modules/pam_limits/limits.conf b/modules/pam_limits/limits.conf index d4ffc17d..e8a746cc 100644 --- a/modules/pam_limits/limits.conf +++ b/modules/pam_limits/limits.conf @@ -7,8 +7,8 @@ #which are read in alphabetical order, override the settings in this #file in case the domain is the same or more specific. #That means, for example, that setting a limit for wildcard domain here -#can be overriden with a wildcard setting in a config file in the -#subdirectory, but a user specific setting here can be overriden only +#can be overridden with a wildcard setting in a config file in the +#subdirectory, but a user specific setting here can be overridden only #with a user specific setting in the subdirectory. # #Each line describes a limit for a user in the form: -- cgit v1.2.3