diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2012-09-16 19:35:56 +0300 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2012-09-18 08:45:28 +0200 |
commit | 8bbb42b4102b62b215ece59b8b6561af13891e9e (patch) | |
tree | a98291d0f82003d4a09ddd579f501b2f3b106fa8 /ipalib/plugins/automember.py | |
parent | f695f79748ffd0782990ec752ed140648347d632 (diff) | |
download | freeipa.git-8bbb42b4102b62b215ece59b8b6561af13891e9e.tar.gz freeipa.git-8bbb42b4102b62b215ece59b8b6561af13891e9e.tar.xz freeipa.git-8bbb42b4102b62b215ece59b8b6561af13891e9e.zip |
Fix various typos.
https://fedorahosted.org/freeipa/ticket/3089
Diffstat (limited to 'ipalib/plugins/automember.py')
-rw-r--r-- | ipalib/plugins/automember.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/automember.py b/ipalib/plugins/automember.py index 40359604..0a7f3731 100644 --- a/ipalib/plugins/automember.py +++ b/ipalib/plugins/automember.py @@ -29,7 +29,7 @@ __doc__ = _(""" Auto Membership Rule. Bring clarity to the membership of hosts and users by configuring inclusive -or exclusive regex paterns, you can automatically assign a new entries into +or exclusive regex patterns, you can automatically assign a new entries into a group or hostgroup based upon attribute information. A rule is directly associated with a group by name, so you cannot create |