From 351e216936651b7ffe8d7ee1a9dad8a8cf1314b6 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Fri, 27 Mar 2009 15:43:35 +0000 Subject: Typo fixed. --- src/msec/plugins/pam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/msec/plugins') diff --git a/src/msec/plugins/pam.py b/src/msec/plugins/pam.py index d18bbd6..b897d0b 100644 --- a/src/msec/plugins/pam.py +++ b/src/msec/plugins/pam.py @@ -159,7 +159,7 @@ class pam: '@0 ucredit=%s ' % nupper)) def enable_pam_wheel_for_su(self, arg): - ''' Allow only users in wheel grup to su to root.''' + ''' Allow only users in wheel group to su to root.''' su = self.configfiles.get_config_file(self.SU) val = su.get_match('^auth\s+required\s+(?:/lib/security/)?pam_wheel.so\s+use_uid\s*$') -- cgit v1.2.1