diff options
| -rw-r--r-- | ipalib/plugins/idviews.py | 2 | ||||
| -rw-r--r-- | ipalib/plugins/realmdomains.py | 2 |
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" ' |
