summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2015-12-06 19:33:08 +0200
committerPetr Vobornik <pvoborni@redhat.com>2015-12-07 12:07:47 +0100
commit2180d5db8a8e99007c39466c19759a4b1bf098fa (patch)
tree7f4352fd84616eeeeec0981b567cad0e317606b9 /ipalib
parent5cb003f0b4b85dce47499f594c410b34b5c961e2 (diff)
downloadfreeipa-2180d5db8a8e99007c39466c19759a4b1bf098fa.tar.gz
freeipa-2180d5db8a8e99007c39466c19759a4b1bf098fa.tar.xz
freeipa-2180d5db8a8e99007c39466c19759a4b1bf098fa.zip
Fix minor typos
Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/idviews.py2
-rw-r--r--ipalib/plugins/realmdomains.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ipalib/plugins/idviews.py b/ipalib/plugins/idviews.py
index aeaf9d1f5..6f8bdc7a8 100644
--- a/ipalib/plugins/idviews.py
+++ b/ipalib/plugins/idviews.py
@@ -468,7 +468,7 @@ def verify_trusted_domain_object_type(validator, desired_type, name_or_sid):
raise errors.ConversionError(
name='identifier',
error=_('You are trying to reference a magic private group '
- 'which is not allowed to be overriden. '
+ 'which is not allowed to be overridden. '
'Try overriding the GID attribute of the '
'corresponding user instead.')
)
diff --git a/ipalib/plugins/realmdomains.py b/ipalib/plugins/realmdomains.py
index 46f3988a8..d304efcee 100644
--- a/ipalib/plugins/realmdomains.py
+++ b/ipalib/plugins/realmdomains.py
@@ -193,7 +193,7 @@ class realmdomains_mod(LDAPUpdate):
raise errors.ValidationError(
name='domain',
error=_(
- 'The realm of the folllowing domains could '
+ 'The realm of the following domains could '
'not be detected: %(domains)s. If these are '
'domains that belong to the this realm, please '
'create a _kerberos TXT record containing "%(realm)s" '