diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2011-09-05 16:30:05 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2011-09-07 13:20:42 +0200 |
commit | 1785d0a7c1fb5d90945e187b2e94fddf95ead13a (patch) | |
tree | ac18bcc9e5f4207d84a88d18c001d5775e5940a1 /ipalib/plugins | |
parent | ba2a3ff44ec9fdbbdf25e992e37b98838049af45 (diff) | |
download | freeipa-1785d0a7c1fb5d90945e187b2e94fddf95ead13a.tar.gz freeipa-1785d0a7c1fb5d90945e187b2e94fddf95ead13a.tar.xz freeipa-1785d0a7c1fb5d90945e187b2e94fddf95ead13a.zip |
Fix typos
Fix "The the" and "classses" in FreeIPA code and messages.
https://fedorahosted.org/freeipa/ticket/1480
Diffstat (limited to 'ipalib/plugins')
-rw-r--r-- | ipalib/plugins/aci.py | 4 | ||||
-rw-r--r-- | ipalib/plugins/config.py | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ipalib/plugins/aci.py b/ipalib/plugins/aci.py index afdfaf45..fc5582db 100644 --- a/ipalib/plugins/aci.py +++ b/ipalib/plugins/aci.py @@ -62,7 +62,7 @@ The targets include: ldap://uid=*,cn=users,cn=accounts,dc=example,dc=com. The subtree option is a fail-safe for objects that may not be covered by the type option. -The permissions define what the the ACI is allowed to do, and are one or +The permissions define what the ACI is allowed to do, and are one or more of: 1. write - write one or more attributes 2. read - read one or more attributes @@ -100,7 +100,7 @@ command-line now (see last example). Add an ACI that allows members of the editors manage members of the admins group: ipa aci-add --permissions=write --attrs=member --targetgroup=admins --group=editors --prefix=none "Editors manage admins" - Add an ACI that allows members of the admin group to manage the street and zip code of those in the editors group: + Add an ACI that allows members of the admins group to manage the street and zip code of those in the editors group: ipa aci-add --permissions=write --memberof=editors --group=admins --attrs=street,postalcode --prefix=none "admins edit the address of editors" Add an ACI that allows the admins group manage the street and zipcode of those who work for the boss: diff --git a/ipalib/plugins/config.py b/ipalib/plugins/config.py index b78597c1..7ef62655 100644 --- a/ipalib/plugins/config.py +++ b/ipalib/plugins/config.py @@ -154,12 +154,12 @@ class config(LDAPObject): List('ipagroupobjectclasses?', cli_name='groupobjectclasses', label=_('Default group objectclasses'), - doc=_('Default group objectclassses (comma-separated list).'), + doc=_('Default group objectclasses (comma-separated list).'), ), List('ipauserobjectclasses?', cli_name='userobjectclasses', label=_('Default user objectclasses'), - doc=_('Default user objectclassses (comma-separated list).'), + doc=_('Default user objectclasses (comma-separated list).'), ), Int('ipapwdexpadvnotify?', cli_name='pwdexpnotify', |