diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2020-11-24 18:00:00 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2020-11-24 18:00:00 +0000 |
commit | 5a768e62f0734a7d5c9207ba2a84757d1f574b9d (patch) | |
tree | 2115b0c60c9ac914078ce6ee1e6088ada80ce4d2 /modules/pam_sepermit | |
parent | 5b7ba35ebfd280c931933fedbf98cb7f4a8846f2 (diff) | |
download | pam-5a768e62f0734a7d5c9207ba2a84757d1f574b9d.tar.gz pam-5a768e62f0734a7d5c9207ba2a84757d1f574b9d.tar.bz2 pam-5a768e62f0734a7d5c9207ba2a84757d1f574b9d.zip |
Fix grammar: replace "an user" with "a user" everywhere
* NEWS: Replace "an user" with "a user".
* modules/pam_faillock/pam_faillock.8.xml: Likewise.
* modules/pam_lastlog/pam_lastlog.8.xml: Likewise.
* modules/pam_limits/pam_limits.c: Likewise.
* modules/pam_sepermit/sepermit.conf: Likewise.
* modules/pam_tty_audit/pam_tty_audit.8.xml: Likewise.
* modules/pam_userdb/pam_userdb.c: Likewise.
Diffstat (limited to 'modules/pam_sepermit')
-rw-r--r-- | modules/pam_sepermit/sepermit.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_sepermit/sepermit.conf b/modules/pam_sepermit/sepermit.conf index 951f3dfe..0a12cd83 100644 --- a/modules/pam_sepermit/sepermit.conf +++ b/modules/pam_sepermit/sepermit.conf @@ -1,7 +1,7 @@ # /etc/security/sepermit.conf # # Each line contains either: -# - an user name +# - a user name # - a group name, with @group syntax # - a SELinux user name, with %seuser syntax # Each line can contain optional arguments separated by : |