[tor-commits] [torspec/master] fix a few typos

arma at torproject.org arma at torproject.org
Wed May 15 22:40:09 UTC 2019


commit 0b9fbb893c7cd395887a9e297febfa88cab068ab
Author: Roger Dingledine <arma at torproject.org>
Date:   Wed May 15 18:40:01 2019 -0400

    fix a few typos
---
 proposals/176-revising-handshake.txt    | 2 +-
 proposals/289-authenticated-sendmes.txt | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/proposals/176-revising-handshake.txt b/proposals/176-revising-handshake.txt
index c68400b..20a3ef2 100644
--- a/proposals/176-revising-handshake.txt
+++ b/proposals/176-revising-handshake.txt
@@ -17,7 +17,7 @@ Supersedes: 169
    and authenticate the original handshake, this proposal takes an
    approach similar to Steven Murdoch's proposal 124 and my old
    proposal 169, and uses Tor cells to finish authenticating the
-   parties' identities once the initial TLS handshake is finished.spo
+   parties' identities once the initial TLS handshake is finished.
 
    I discuss some alternative design choices and why I didn't make
    them in section 7; please have a quick look there before
diff --git a/proposals/289-authenticated-sendmes.txt b/proposals/289-authenticated-sendmes.txt
index 19c3b84..c712a8d 100644
--- a/proposals/289-authenticated-sendmes.txt
+++ b/proposals/289-authenticated-sendmes.txt
@@ -244,12 +244,12 @@ Status: Open
 
          DIGEST   [20 bytes]
 
-         If the DATA_LEN value is less then 4 bytes, the cell should be
+         If the DATA_LEN value is less than 4 bytes, the cell should be
          dropped and the circuit closed. If the value is more than 4 bytes,
          then the first 20 bytes should be read to get the correct value.
 
          The DIGEST is the digest value from the cell that triggered this
-         SENDME as mentionned above. This value is matched on the other side
+         SENDME as mentioned above. This value is matched on the other side
          from the previous cell.
 
    If a VERSION is unrecognized, the SENDME cell should be treated as version



More information about the tor-commits mailing list