summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-10-27 12:23:49 -0400
committerRob Crittenden <rcritten@redhat.com>2008-10-27 12:23:49 -0400
commit201a963930b69baff2a31f685cb4cdd38d6da42e (patch)
treeeec48bce919ae17a54959805d782e42a52db3170 /ipalib
parent37e759432e4acbb03c84a2ae31c6213bcc60d461 (diff)
downloadfreeipa-201a963930b69baff2a31f685cb4cdd38d6da42e.tar.gz
freeipa-201a963930b69baff2a31f685cb4cdd38d6da42e.tar.xz
freeipa-201a963930b69baff2a31f685cb4cdd38d6da42e.zip
Fix comment
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/f_group.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/f_group.py b/ipalib/plugins/f_group.py
index b5f80f93c..13af14c15 100644
--- a/ipalib/plugins/f_group.py
+++ b/ipalib/plugins/f_group.py
@@ -135,7 +135,7 @@ class group_mod(crud.Mod):
'Edit an existing group.'
def execute(self, cn, **kw):
"""
- Execute the user-mod operation.
+ Execute the group-mod operation.
The dn should not be passed as a keyword argument as it is constructed
by this method.