From da2390cb0575dc8606d0f610629bf3dfd6c8a78c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 26 Feb 2016 13:01:17 +0530 Subject: [PATCH] ... --- src/calibre/srv/opts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/srv/opts.py b/src/calibre/srv/opts.py index 200f6d2478..ddef00a245 100644 --- a/src/calibre/srv/opts.py +++ b/src/calibre/srv/opts.py @@ -53,7 +53,7 @@ raw_options = ( 'compress_min_size', 1024, None, - _('Number of worker threads to use to process requests'), + _('Number of worker threads used to process requests'), 'worker_count', 10, None, @@ -106,7 +106,7 @@ raw_options = ( _('Enable/disable logging of not found http requests'), 'log_not_found', True, _('By default, the server logs all HTTP requests for resources that are not found.' - ' Tis can generate a lot of log spam, if your server is targeted by bots.' + ' This can generate a lot of log spam, if your server is targeted by bots.' ' Use this option to turn it off.'), _('Enable/disable password based authentication to access the server'),