From de77316744ff36766cb36c352840b7cb2a2a50df Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Wed, 15 Jun 2016 21:48:55 +0300 Subject: [PATCH] Fix minor typos --- ipapython/log_manager.py | 2 +- ipaserver/plugins/cert.py | 4 ++-- ipaserver/plugins/serverrole.py | 2 +- ipatests/i18n.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ipapython/log_manager.py b/ipapython/log_manager.py index 3190574..0ab7a22 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 171d08b..9926c1f 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 91f7e7a..b5781b0 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 3687125..7864c8a 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: -- 2.7.4