summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-01-12 12:42:21 -0500
committerNick Mathewson <nickm@torproject.org>2011-01-12 12:42:21 -0500
commitf4756051feb2ee57fbe3b5e285b012a922fef6c3 (patch)
tree6d5ed732e6fbed61bfd28c5354b1feec55654843
parent240fa42aacf8cadbd00b66686320365359d8179a (diff)
downloadtor-f4756051feb2ee57fbe3b5e285b012a922fef6c3.tar.gz
tor-f4756051feb2ee57fbe3b5e285b012a922fef6c3.zip
add a missing "not" in bug2331 changelog
-rw-r--r--changes/bug23315
1 files changed, 3 insertions, 2 deletions
diff --git a/changes/bug2331 b/changes/bug2331
index df97ac2b45..9940b591cb 100644
--- a/changes/bug2331
+++ b/changes/bug2331
@@ -1,6 +1,7 @@
o Minor bugfixes:
- Add assertions to check for overflow in arguments to
base32_encode and base32_decode; fix a signed-unsigned
- comparison there too. These bugs are actually reachable in Tor,
- but it's good to prevent future errors too. Found by doorss.
+ comparison there too. These bugs are not actually reachable in
+ Tor, but it's good to prevent future errors too. Found by
+ doorss.