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

@ -872,7 +872,7 @@ class LogManager(object):
List of (regexp, level) tuples. This is a an ordered list
regular expressions used to match against a logger name to
configure the logger's level. The first regexp in the
sequence which matches the logger name will use the the
sequence which matches the logger name will use the
level bound to that regexp to set the logger's level. If
no regexp matches the logger name then the logger will be
assigned the default_level.

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:
""") + _("""

View File

@ -549,7 +549,7 @@ def create_po(pot_file, po_file, mo_file):
break
# Iterate over all msgid's and form a the msgstr by prepending
# Iterate over all msgid's and form a msgstr by prepending
# the prefix and appending the suffix
for entry in po:
if entry.msgid_plural: