Fix spelling error in scrapy.1 manpage.

The word "intepreted" should be "interpreted".
This commit is contained in:
Michael Fladischer 2017-01-24 22:20:37 +01:00
parent 4620d2f425
commit bae12870bb
1 changed files with 4 additions and 4 deletions

View File

@ -28,16 +28,16 @@ Query Scrapy settings
Print raw setting value Print raw setting value
.TP .TP
.I --getbool=SETTING .I --getbool=SETTING
Print setting value, intepreted as a boolean Print setting value, interpreted as a boolean
.TP .TP
.I --getint=SETTING .I --getint=SETTING
Print setting value, intepreted as an integer Print setting value, interpreted as an integer
.TP .TP
.I --getfloat=SETTING .I --getfloat=SETTING
Print setting value, intepreted as an float Print setting value, interpreted as an float
.TP .TP
.I --getlist=SETTING .I --getlist=SETTING
Print setting value, intepreted as an float Print setting value, interpreted as an float
.TP .TP
.I --init .I --init
Print initial setting value (before loading extensions and spiders) Print initial setting value (before loading extensions and spiders)