aboutsummaryrefslogtreecommitdiff
path: root/ReleaseNotes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2019-06-01 15:37:51 -0400
committerRoger Dingledine <arma@torproject.org>2019-06-01 15:37:51 -0400
commit180048e013c06ee67c053186aab46ff94cea0489 (patch)
treebaff8d17b3924dc036a8ab7ca0adae53001b0b3f /ReleaseNotes
parentdd62cb788ea0e526cbed835c6c8b5eb15ed8685b (diff)
downloadtor-180048e013c06ee67c053186aab46ff94cea0489.tar.gz
tor-180048e013c06ee67c053186aab46ff94cea0489.zip
fix some simple typos
Diffstat (limited to 'ReleaseNotes')
-rw-r--r--ReleaseNotes6
1 files changed, 3 insertions, 3 deletions
diff --git a/ReleaseNotes b/ReleaseNotes
index badc5e6d0c..788804236b 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -71,7 +71,7 @@ Changes in version 0.4.0.5 - 2019-05-02
o Major bugfixes (networking):
- Gracefully handle empty username/password fields in SOCKS5
- username/password auth messsage and allow SOCKS5 handshake to
+ username/password auth message and allow SOCKS5 handshake to
continue. Previously, we had rejected these handshakes, breaking
certain applications. Fixes bug 29175; bugfix on 0.3.5.1-alpha.
@@ -140,7 +140,7 @@ Changes in version 0.4.0.5 - 2019-05-02
- Check that bugfix versions in changes files look like Tor versions
from the versions spec. Warn when bugfixes claim to be on a future
release. Closes ticket 27761.
- - Provide a git pre-commit hook that disallows commiting if we have
+ - Provide a git pre-commit hook that disallows committing if we have
any failures in our code and changelog formatting checks. It is
now available in scripts/maint/pre-commit.git-hook. Implements
feature 28976.
@@ -602,7 +602,7 @@ Changes in version 0.4.0.5 - 2019-05-02
Changes in version 0.3.5.8 - 2019-02-21
- Tor 0.3.5.8 backports serveral fixes from later releases, including fixes
+ Tor 0.3.5.8 backports several fixes from later releases, including fixes
for an annoying SOCKS-parsing bug that affected users in earlier 0.3.5.x
releases.