[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r8237: typo and whitespace (tor/trunk/doc)
Author: arma
Date: 2006-08-27 02:49:33 -0400 (Sun, 27 Aug 2006)
New Revision: 8237
Modified:
tor/trunk/doc/tor-spec.txt
Log:
typo and whitespace
Modified: tor/trunk/doc/tor-spec.txt
===================================================================
--- tor/trunk/doc/tor-spec.txt 2006-08-27 02:12:12 UTC (rev 8236)
+++ tor/trunk/doc/tor-spec.txt 2006-08-27 06:49:33 UTC (rev 8237)
@@ -292,7 +292,7 @@
other side has an obsolete certificate (organizationName equal to "Tor"
or "TOR"). If the other party presented an obsolete certificate,
we assume a v0 connection. Otherwise, both parties send VERSIONS
- cells listing all their supported versions. Upon receiving the
+ cells listing all their supported versions. Upon receiving the
other party's VERSIONS cell, the implementation begins using the
highest-valued version common to both cells. If the first cell from
the other party is _not_ a VERSIONS cell, we assume a v0 protocol.
@@ -382,7 +382,7 @@
As usual with DH, x and y MUST be generated randomly.
[
- To implement backwar-compatible version negotiation, parties MUST
+ To implement backward-compatible version negotiation, parties MUST
drop CREATE cells with all-[00] onion-skins.
]