Fix typo found by Debian's Lintian

This commit is contained in:
Tatsuhiro Tsujikawa 2016-09-03 22:46:10 +09:00
parent 02b1d68815
commit d73dd9c372
3 changed files with 4 additions and 4 deletions

View file

@ -1630,7 +1630,7 @@ Advanced Options
.. option:: --socket-recv-buffer-size=<SIZE>
Set the maximum socket receive buffer in bytes. Specifing ``0``
Set the maximum socket receive buffer in bytes. Specifying ``0``
will disable this option. This value will be set to socket file
descriptor using ``SO_RCVBUF`` socket option with ``setsockopt()``
call. Default: ``0``