From 4bad10031619797b36508564e877ae16f48c1d1f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 22 Oct 2009 17:11:20 -0600 Subject: [PATCH] IGN:Fix #2152 (Typo in GUI) --- src/calibre/ebooks/tcr/output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/tcr/output.py b/src/calibre/ebooks/tcr/output.py index 8aed995c44..603d35d099 100644 --- a/src/calibre/ebooks/tcr/output.py +++ b/src/calibre/ebooks/tcr/output.py @@ -24,7 +24,7 @@ class TCROutput(OutputFormatPlugin): 'The default is utf-8.')), OptionRecommendation(name='compression_level', recommended_value=5, level=OptionRecommendation.LOW, - help=_('Speciy the compression level to use. Scale 1 - 10. 1 ' \ + help=_('Specify the compression level to use. Scale 1 - 10. 1 ' \ 'being the lowest compression but the fastest and 10 being the ' \ 'highest compression but the slowest.')), ])