summaryrefslogtreecommitdiffstats
path: root/ipaserver/plugins
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2016-06-15 21:48:55 +0300
committerMartin Basti <mbasti@redhat.com>2016-06-16 08:47:20 +0200
commitdd6645afa92d456b483747769cf72b2457113e21 (patch)
tree28e37e4ce8fa8c4331a44dc77fc467c1c4909b02 /ipaserver/plugins
parent8e3b7b24c1bec5b7e2519e7c9466e3c336f9a409 (diff)
downloadfreeipa-dd6645afa92d456b483747769cf72b2457113e21.tar.gz
freeipa-dd6645afa92d456b483747769cf72b2457113e21.tar.xz
freeipa-dd6645afa92d456b483747769cf72b2457113e21.zip
Fix minor typos
Reviewed-By: Petr Spacek <pspacek@redhat.com>
Diffstat (limited to 'ipaserver/plugins')
-rw-r--r--ipaserver/plugins/cert.py4
-rw-r--r--ipaserver/plugins/serverrole.py2
2 files changed, 3 insertions, 3 deletions
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:
""") + _("""