Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ITriskTI committed Jan 13, 2015
1 parent 7e7b628 commit 1aa4f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manual-src/en/aria2c.rst
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ BitTorrent Specific Options
.. option:: --bt-force-encryption[=true|false]

Requires BitTorrent message payload encryption with arc4. This is a
shorthand of :option:`--bt-requre-crypto`
shorthand of :option:`--bt-require-crypto`
:option:`--bt-min-crypto-level`\=arc4. This option does not change
the option value of those options. If ``true`` is given, deny
legacy BitTorrent handshake and only use Obfuscation handshake and
Expand Down Expand Up @@ -697,7 +697,7 @@ BitTorrent Specific Options

.. option:: --bt-require-crypto[=true|false]

If true is given, aria2 doesn't accept and establish connection with legacy
If ``true`` is given, aria2 doesn't accept and establish connection with legacy
BitTorrent handshake(\\19BitTorrent protocol).
Thus aria2 always uses Obfuscation handshake.
Default: ``false``
Expand Down

0 comments on commit 1aa4f33

Please sign in to comment.