summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-05-15 19:40:46 -0400
committerNick Mathewson <nickm@torproject.org>2018-05-15 19:40:46 -0400
commitff01471ce762f4055a19a2e8ca370b67fa86af81 (patch)
tree2d11237308da5bd70275c4cd6f35c8c4cf73cab2 /ChangeLog
parent72e1f19249abae96530aa78a1a1441242c9b2239 (diff)
downloadtor-ff01471ce762f4055a19a2e8ca370b67fa86af81.tar.gz
tor-ff01471ce762f4055a19a2e8ca370b67fa86af81.zip
fix some changelog typos that Catalyst found.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 758100ff05..d3fcff4e09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,7 +40,7 @@ Changes in version 0.3.4.1-alpha - 2018-05-1?
instead. Fixes bug 26007; bugfix on 0.2.2.1-alpha.
o Major bugfixes (crash):
- - Avoid an rare assertion failure in the circuit build timeout code
+ - Avoid a rare assertion failure in the circuit build timeout code
if we fail to allow any circuits to actually complete. Fixes bug
25733; bugfix on 0.2.2.2-alpha.
@@ -207,7 +207,7 @@ Changes in version 0.3.4.1-alpha - 2018-05-1?
on 0.2.9.4-alpha.
o Minor bugfixes (code style):
- - Fixed multiple includes of trasports.h in src/or/connection.c
+ - Fixed multiple includes of transports.h in src/or/connection.c
Fixes bug 25261; bugfix on 0.2.5.1-alpha.
- Remove the unused variable n_possible from the function
channel_get_for_extend(). Fixes bug 25645; bugfix on 0.2.4.4-alpha
@@ -339,7 +339,7 @@ Changes in version 0.3.4.1-alpha - 2018-05-1?
Neel Chauhan.
- In order to make the OR and dir checking function in router.c less
confusing we renamed some functions and
- consider_testing_reachability() has been splitted into
+ consider_testing_reachability() has been split into
router_should_check_reachability() and
router_do_reachability_checks(). Also we improved the documentation
in some functions. Closes ticket 18918.