summaryrefslogtreecommitdiffstats
path: root/ipaclient/plugins
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2016-06-03 16:16:30 +0300
committerMartin Basti <mbasti@redhat.com>2016-06-03 15:25:15 +0200
commitfd4386d5c98e4b823a9f05e18c8b0db857bf1284 (patch)
tree66bf51c8e306eecdd05213d2e00341072c728251 /ipaclient/plugins
parent0492ab9c0a014735f09e82d5db1c4c1aa2bd6d81 (diff)
downloadfreeipa-fd4386d5c98e4b823a9f05e18c8b0db857bf1284.tar.gz
freeipa-fd4386d5c98e4b823a9f05e18c8b0db857bf1284.tar.xz
freeipa-fd4386d5c98e4b823a9f05e18c8b0db857bf1284.zip
Fix minor typo
Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipaclient/plugins')
-rw-r--r--ipaclient/plugins/otptoken.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaclient/plugins/otptoken.py b/ipaclient/plugins/otptoken.py
index 3b393794c..5d3f1f8d8 100644
--- a/ipaclient/plugins/otptoken.py
+++ b/ipaclient/plugins/otptoken.py
@@ -66,7 +66,7 @@ class otptoken_add(MethodOverride):
message=ResultFormattingError(
message=_("Unable to display QR code using the configured "
"output encoding. Please use the token URI to "
- "configure you OTP device")
+ "configure your OTP device")
)
)
return None