Fix minor typos

Reviewed-By: Petr Spacek <pspacek@redhat.com>
This commit is contained in:
Yuri Chornoivan
2016-06-15 21:48:55 +03:00
committed by Martin Basti
parent 8e3b7b24c1
commit dd6645afa9
4 changed files with 5 additions and 5 deletions

View File

@@ -614,7 +614,7 @@ class cert_show(VirtualCommand):
cli_name='ca',
query=True,
label=_('Issuing CA'),
doc=_('Name of issing CA'),
doc=_('Name of issuing CA'),
autofill=False,
),
Str('out?',
@@ -761,7 +761,7 @@ class cert_find(Command):
cli_name='ca',
query=True,
label=_('Issuing CA'),
doc=_('Name of issing CA'),
doc=_('Name of issuing CA'),
autofill=False,
),
Str('issuer?',

View File

@@ -13,7 +13,7 @@ from ipalib import _, ngettext
__doc__ = _("""
IPA server roles
""") + _("""
Get status of roles (DNS server, CA, etc. )provided by IPA masters.
Get status of roles (DNS server, CA, etc.) provided by IPA masters.
""") + _("""
EXAMPLES:
""") + _("""