From fda3e9658eb477661f8524bd60066c7180a462ed Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 26 Feb 2016 13:19:23 +0530 Subject: [PATCH] ... --- src/calibre/srv/opts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/srv/opts.py b/src/calibre/srv/opts.py index ddef00a245..b2c5802523 100644 --- a/src/calibre/srv/opts.py +++ b/src/calibre/srv/opts.py @@ -121,7 +121,7 @@ raw_options = ( _('Choose the type of authentication used'), 'auth_mode', Choices('auto', 'basic', 'digest'), - _('Set the HTTP authentication mode used by the server. Set to "basic" is you are' + _('Set the HTTP authentication mode used by the server. Set to "basic" if you are' ' putting this server behind an SSL proxy. Otherwise, leave it as "auto", which' ' will use "basic" if SSL is configured otherwise it will use "digest".'),