summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2016-06-30 19:50:09 +0300
committerMartin Basti <mbasti@redhat.com>2016-07-01 08:52:37 +0200
commitf5eb71f75e5e205674ed8df1e4c6324602fbe733 (patch)
treefd959fc71a4362025a869ca77917d44fff3ba44c
parentffb1f5b1f24f0de30529d50f8c8dfb9a896c149e (diff)
downloadfreeipa-f5eb71f75e5e205674ed8df1e4c6324602fbe733.tar.gz
freeipa-f5eb71f75e5e205674ed8df1e4c6324602fbe733.tar.xz
freeipa-f5eb71f75e5e205674ed8df1e4c6324602fbe733.zip
Fix minor typo
Reviewed-By: Martin Basti <mbasti@redhat.com>
-rw-r--r--ipaserver/plugins/cert.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/plugins/cert.py b/ipaserver/plugins/cert.py
index 817bdc26f..4cd2ab096 100644
--- a/ipaserver/plugins/cert.py
+++ b/ipaserver/plugins/cert.py
@@ -117,7 +117,7 @@ EXAMPLES:
Examine a certificate:
ipa cert-find --file=cert.pem --all
""") + _("""
- Verify that a certificate is owner by a specific user:
+ Verify that a certificate is owned by a specific user:
ipa cert-find --file=cert.pem --user=user
""") + _("""
IPA currently immediately issues (or declines) all certificate requests so