aboutsummaryrefslogtreecommitdiff
path: root/tor-spec.txt
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2021-10-25 23:03:20 +0300
committerNick Mathewson <nickm@torproject.org>2021-10-25 16:35:13 -0400
commit29245fd50d1ee3d96cca52154da4d888f34fedea (patch)
treee15e67dcf9ba6c6beb0d3681e1db5ea0de0b6e8b /tor-spec.txt
parentc10dd31c0dcf970b8e199e029d56fc483f8a216c (diff)
downloadtorspec-29245fd50d1ee3d96cca52154da4d888f34fedea.tar.gz
torspec-29245fd50d1ee3d96cca52154da4d888f34fedea.zip
Fix typos and cleanup
Diffstat (limited to 'tor-spec.txt')
-rw-r--r--tor-spec.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tor-spec.txt b/tor-spec.txt
index d0d2f73..4467221 100644
--- a/tor-spec.txt
+++ b/tor-spec.txt
@@ -944,12 +944,12 @@ see tor-design.pdf.
TIME (Timestamp) [4 bytes]
OTHERADDR (Other OR's address) [variable]
ATYPE (Address type) [1 byte]
- ALEN (Adress length) [1 byte]
+ ALEN (Address length) [1 byte]
AVAL (Address value in NBO) [ALEN bytes]
NMYADDR (Number of this OR's addresses) [1 byte]
NMYADDR times:
ATYPE (Address type) [1 byte]
- ALEN (Adress length) [1 byte]
+ ALEN (Address length) [1 byte]
AVAL (Address value in NBO)) [ALEN bytes]
Recognized address types (ATYPE) are:
@@ -1849,7 +1849,7 @@ see tor-design.pdf.
and relays MUST ignore the payload.
In response to a RELAY_BEGIN_DIR cell, relays respond either with a
- RELAY_CONNECTED cell on succcess, or a RELAY_END cell on failure. They
+ RELAY_CONNECTED cell on success, or a RELAY_END cell on failure. They
MUST send a RELAY_CONNECTED cell all-zero payload, and clients MUST ignore
the payload.