summaryrefslogtreecommitdiff
path: root/contrib/libpam/modules/pam_group/group.conf
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libpam/modules/pam_group/group.conf')
-rw-r--r--contrib/libpam/modules/pam_group/group.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libpam/modules/pam_group/group.conf b/contrib/libpam/modules/pam_group/group.conf
index bdd76adbe68fa..e721b9907eea4 100644
--- a/contrib/libpam/modules/pam_group/group.conf
+++ b/contrib/libpam/modules/pam_group/group.conf
@@ -10,7 +10,7 @@
# *** NOT inherently secure. If a user can create an executable that
# *** is setgid a group that they are infrequently given membership
# *** of, they can basically obtain group membership any time they
-# *** like. Example: games are alowed between the hours of 6pm and 6am
+# *** like. Example: games are allowed between the hours of 6pm and 6am
# *** user joe logs in at 7pm writes a small C-program toplay.c that
# *** invokes their favorite shell, compiles it and does
# *** "chgrp games toplay; chmod g+s toplay". They are basically able