summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDeepesh Pathak <deepshpathak@gmail.com>2018-04-15 01:05:49 +0530
committerNick Mathewson <nickm@torproject.org>2018-04-22 20:48:48 -0400
commit72bfcb37f13a22780a0a771f17d3b5953703c815 (patch)
tree687f4e4bb37b700cfa22757aa9407f63b468e3ac /ChangeLog
parent48092540d09d87d6385b227fe255921285371838 (diff)
downloadtor-72bfcb37f13a22780a0a771f17d3b5953703c815.tar.gz
tor-72bfcb37f13a22780a0a771f17d3b5953703c815.zip
add changes file and update check-typos in makefile
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 98da35a071..e0468e4e82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -875,7 +875,7 @@ Changes in version 0.3.3.2-alpha - 2018-02-10
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.