From 8bbb42b4102b62b215ece59b8b6561af13891e9e Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sun, 16 Sep 2012 19:35:56 +0300 Subject: Fix various typos. https://fedorahosted.org/freeipa/ticket/3089 --- ipalib/plugins/automember.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins/automember.py') 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 -- cgit