mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix minor typos
Reviewed-By: Petr Spacek <pspacek@redhat.com>
This commit is contained in:
parent
8e3b7b24c1
commit
dd6645afa9
@ -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.
|
||||
|
@ -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?',
|
||||
|
@ -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:
|
||||
""") + _("""
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user