summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipapython/log_manager.py2
-rw-r--r--ipaserver/plugins/cert.py4
-rw-r--r--ipaserver/plugins/serverrole.py2
-rwxr-xr-xipatests/i18n.py2
4 files changed, 5 insertions, 5 deletions
diff --git a/ipapython/log_manager.py b/ipapython/log_manager.py
index 3190574cf..0ab7a2281 100644
--- a/ipapython/log_manager.py
+++ b/ipapython/log_manager.py
@@ -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.
diff --git a/ipaserver/plugins/cert.py b/ipaserver/plugins/cert.py
index 171d08b9d..9926c1f5e 100644
--- a/ipaserver/plugins/cert.py
+++ b/ipaserver/plugins/cert.py
@@ -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?',
diff --git a/ipaserver/plugins/serverrole.py b/ipaserver/plugins/serverrole.py
index 91f7e7a51..b5781b0df 100644
--- a/ipaserver/plugins/serverrole.py
+++ b/ipaserver/plugins/serverrole.py
@@ -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:
""") + _("""
diff --git a/ipatests/i18n.py b/ipatests/i18n.py
index 368712599..7864c8ab2 100755
--- a/ipatests/i18n.py
+++ b/ipatests/i18n.py
@@ -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: