aboutsummaryrefslogtreecommitdiff
path: root/ReleaseNotes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-05-30 07:57:22 -0700
committerNick Mathewson <nickm@torproject.org>2018-05-30 07:57:22 -0700
commitd7bbfd0f6217181fc7f4a4a71d23874873a5262a (patch)
tree20e20c4a180ad8be946738bbe6b45c4867cbbe32 /ReleaseNotes
parentaff49cc52dfabbd235505e12d507c6faf3262307 (diff)
downloadtor-d7bbfd0f6217181fc7f4a4a71d23874873a5262a.tar.gz
tor-d7bbfd0f6217181fc7f4a4a71d23874873a5262a.zip
Fix various typos
Diffstat (limited to 'ReleaseNotes')
-rw-r--r--ReleaseNotes2
1 files changed, 1 insertions, 1 deletions
diff --git a/ReleaseNotes b/ReleaseNotes
index d36f87eea3..5db4885926 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -529,7 +529,7 @@ Changes in version 0.3.3.6 - 2018-05-22
would call the Rust implementation of
protover_get_supported_protocols(). This was due to the C version
returning a static string, whereas the Rust version newly allocated
- a CString to pass accross the FFI boundary. Consequently, the C
+ a CString to pass across the FFI boundary. Consequently, the C
code was not expecting to need to free() what it was given. Fixes
bug 25127; bugfix on 0.3.2.1-alpha.