From 9d07511a0ff4ee8dcc98f1662055577dfe506f07 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Fri, 3 Jun 2016 16:16:30 +0300 Subject: [PATCH] Fix minor typo --- ipaclient/plugins/otptoken.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipaclient/plugins/otptoken.py b/ipaclient/plugins/otptoken.py index 3b39379..5d3f1f8 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 -- 2.7.4