Fix minor typos

Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
Yuri Chornoivan
2015-12-06 19:33:08 +02:00
committed by Petr Vobornik
parent 5cb003f0b4
commit 2180d5db8a
2 changed files with 2 additions and 2 deletions

View File

@@ -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.')
)

View File

@@ -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" '