From 5fc49a6cf49a9a66b9359d598c72d15644832705 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 3 Sep 2007 18:18:58 +0000 Subject: [PATCH] fixed typo --- docs/extension_protocol.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/extension_protocol.rst b/docs/extension_protocol.rst index 4b107d3d1..a097e4aec 100644 --- a/docs/extension_protocol.rst +++ b/docs/extension_protocol.rst @@ -90,8 +90,8 @@ Here are some other items that an implementation may choose to support: | yourip | A string containing the compact representation of the ip | | | address this peer sees you as. i.e. this is the | | | receiver's external ip address (no port is included). | -| | This may be both an IPv4 (4 bytes) or an IPv6 (16 bytes) | -| | address. | +| | This may be either an IPv4 (4 bytes) or an IPv6 | +| | (16 bytes) address. | +--------+-----------------------------------------------------------+ | reqq | An integer, the number of outstanding request messages | | | this client supports without dropping any. The default in |