diff options
author | Tomas Mraz <tmraz@fedoraproject.org> | 2012-11-23 10:06:15 +0100 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2012-11-23 10:06:15 +0100 |
commit | 37e701d0b580ce3b5378fbeac218694d18e35245 (patch) | |
tree | c7bb96265143ab3ddf4d1fb795f1df6ba8117a25 /modules/pam_limits/limits.conf | |
parent | bd07ad3adc626f842a4391d256541883426fd389 (diff) | |
download | pam-37e701d0b580ce3b5378fbeac218694d18e35245.tar.gz pam-37e701d0b580ce3b5378fbeac218694d18e35245.tar.bz2 pam-37e701d0b580ce3b5378fbeac218694d18e35245.zip |
pam_limits: fix grammatical mistake.
modules/pam_limits/limits.conf: Fix grammatical mistake.
Diffstat (limited to 'modules/pam_limits/limits.conf')
-rw-r--r-- | modules/pam_limits/limits.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_limits/limits.conf b/modules/pam_limits/limits.conf index 5d5c3f70..fd66ab77 100644 --- a/modules/pam_limits/limits.conf +++ b/modules/pam_limits/limits.conf @@ -6,7 +6,7 @@ # #Where: #<domain> can be: -# - an user name +# - a user name # - a group name, with @group syntax # - the wildcard *, for default entry # - the wildcard %, can be also used with %group syntax, |