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