From cfafc415f3357ae9aac679b6c9acd1845a2c39ef Mon Sep 17 00:00:00 2001 From: Ondrej Hamada Date: Wed, 14 Mar 2012 13:16:29 +0100 Subject: Typos in FreeIPA messages Rebased patch sent by Yuri Chornoivan (yurchor@ukr.net). Fixes 'occured' and 'commond' typos in FreeIPA messages. https://fedorahosted.org/freeipa/ticket/2526 --- ipalib/plugins/selinuxusermap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins/selinuxusermap.py') diff --git a/ipalib/plugins/selinuxusermap.py b/ipalib/plugins/selinuxusermap.py index ee9a8133..e33e1016 100644 --- a/ipalib/plugins/selinuxusermap.py +++ b/ipalib/plugins/selinuxusermap.py @@ -65,7 +65,7 @@ EXAMPLES: SEEALSO: The list controlling the order in which the SELinux user map is applied - and the default SELinux user are available in the config-show commond. + and the default SELinux user are available in the config-show command. """) notboth_err = _('HBAC rule and local members cannot both be set') -- cgit