diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-19 08:29:52 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-19 08:29:52 -0500 |
commit | 01ab67e38b358ae98775d1b30e5f83938af19d21 (patch) | |
tree | dbea7f4032776baaa10ef469beab19b88dadf0cd | |
parent | dab16f3a04e2e5d8ddb43ed876c3cadf4ed8c450 (diff) | |
download | tor-0.2.9.8.tar.gz tor-0.2.9.8.zip |
Fix some typos. Thanks, Sebastian!tor-0.2.9.8
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ReleaseNotes | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -8,10 +8,10 @@ Changes in version 0.2.9.8 - 2016-12-19 hidden services, includes a single-hop hidden service mode for optimizing .onion services that don't actually want to be hidden, tries harder not to overload the directory authorities with excessive - downloads, and supports a better protocol versioniing scheme for + downloads, and supports a better protocol versioning scheme for improved compatibility with other implementations of the Tor protocol. - And of course, there numerous other bugfixes and improvements. + And of course, there are numerous other bugfixes and improvements. This release also includes a fix for a medium-severity issue (bug 21018 below) where Tor clients could crash when attempting to visit a diff --git a/ReleaseNotes b/ReleaseNotes index fdf28dd5a4..ee58f6f951 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -12,10 +12,10 @@ Changes in version 0.2.9.8 - 2016-12-19 hidden services, includes a single-hop hidden service mode for optimizing .onion services that don't actually want to be hidden, tries harder not to overload the directory authorities with excessive - downloads, and supports a better protocol versioniing scheme for + downloads, and supports a better protocol versioning scheme for improved compatibility with other implementations of the Tor protocol. - And of course, there numerous other bugfixes and improvements. + And of course, there are numerous other bugfixes and improvements. This release also includes a fix for a medium-severity issue (bug 21018 below) where Tor clients could crash when attempting to visit a |