summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-09-07 09:06:53 -0400
committerirungentoo <irungentoo@gmail.com>2014-09-07 09:06:53 -0400
commitfc77cfefdd4eff9ea25b286642ab46895b5840d1 (patch)
tree4654582ae85b6a9f98d554a130556c43fcad6039 /docs
parent9ac8a5fe626afef0f4bed2a54ec1df3185f2d992 (diff)
Fixed typo.
Diffstat (limited to 'docs')
-rw-r--r--docs/Tox_middle_level_network_protocol.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Tox_middle_level_network_protocol.txt b/docs/Tox_middle_level_network_protocol.txt
index a84132b6..ff894246 100644
--- a/docs/Tox_middle_level_network_protocol.txt
+++ b/docs/Tox_middle_level_network_protocol.txt
@@ -63,7 +63,7 @@ Cookie sitting outside the encrypted part][Other Cookie (used by the other to
63respond to the handshake packet)]] 63respond to the handshake packet)]]
64 64
65The handshake packet is encrypted using the real private key of the sender, the 65The handshake packet is encrypted using the real private key of the sender, the
66real private key of the receiver and the nonce. 66real public key of the receiver and the nonce.
67 67
68 68
69Alice wants to connect to bob. 69Alice wants to connect to bob.