Fix several typos (#2993)

This commit is contained in:
Casper 2023-01-11 01:31:21 +01:00 committed by GitHub
parent 6ac59ef871
commit dcf34fd63b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 9 deletions

View file

@ -30,7 +30,7 @@ plugin {
# You can execute a given command when user exceeds a specified quota limit.
# Each quota root has separate limits. Only the command for the first
# exceeded limit is excecuted, so put the highest limit first.
# exceeded limit is executed, so put the highest limit first.
# The commands are executed via script service by connecting to the named
# UNIX socket (quota-warning below).
# Note that % needs to be escaped as %%, otherwise "% " expands to empty.

View file

@ -14,7 +14,7 @@ passdb {
#args = dovecot
}
# System users (NSS, /etc/passwd, or similiar).
# System users (NSS, /etc/passwd, or similar).
# In many systems nowadays this uses Name Service Switch, which is
# configured in /etc/nsswitch.conf. <doc/wiki/AuthDatabase.Passwd.txt>
#passdb {
@ -23,7 +23,7 @@ passdb {
#args =
#}
# Shadow passwords for system users (NSS, /etc/shadow or similiar).
# Shadow passwords for system users (NSS, /etc/shadow or similar).
# Deprecated by PAM nowadays.
# <doc/wiki/PasswordDatabase.Shadow.txt>
#passdb {
@ -44,7 +44,7 @@ passdb {
## User databases
##
# System users (NSS, /etc/passwd, or similiar). In many systems nowadays this
# System users (NSS, /etc/passwd, or similar). In many systems nowadays this
# uses Name Service Switch, which is configured in /etc/nsswitch.conf.
userdb {
# <doc/wiki/AuthDatabase.Passwd.txt>