aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2017-01-13 18:09:50 -0500
committerNick Mathewson <nickm@torproject.org>2017-01-22 19:03:12 -0500
commitbcbb2d111bb08a9578d31e0240a24af8137dc766 (patch)
tree0741a4861ccd9c2a336e4dee8cecc96ff2a77e90
parent96c7ddbc7e8a38385fa0f7b5d810d0bf8bdf6990 (diff)
downloadtor-bcbb2d111bb08a9578d31e0240a24af8137dc766.tar.gz
tor-bcbb2d111bb08a9578d31e0240a24af8137dc766.zip
clean up grammar on bug20307 changes file
pointed out by toralf on irc
-rw-r--r--changes/bug203078
1 files changed, 4 insertions, 4 deletions
diff --git a/changes/bug20307 b/changes/bug20307
index 6036b99516..9112c9c78d 100644
--- a/changes/bug20307
+++ b/changes/bug20307
@@ -1,7 +1,7 @@
o Minor bugfixes (circuit, hidden service)
- - When closing a circuit, the reason for doing so was assigned from a int
- value to a uint16_t which is quite a problem for negative value that are
+ - When closing a circuit, the reason for doing so was assigned from an int
+ value to a uint16_t which is quite a problem for negative values that are
our internal reasons (ex: END_CIRC_REASON_IP_NOW_REDUNDANT). On the HS
- side, this was causing introduction point to be flagged as unusable
+ side, this was causing introduction points to be flagged as unusable
because the reason wasn't the right one due to the bad conversion.
- Partially fixes #21056 and fixes #20307; Bugfix on tor-0.2.8.1-alpha.
+ Partially fixes bug 21056 and fixes bug 20307; Bugfix on 0.2.8.1-alpha.