Explorar o código

add a missing "not" in bug2331 changelog

Nick Mathewson %!s(int64=14) %!d(string=hai) anos
pai
achega
f4756051fe
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      changes/bug2331

+ 3 - 2
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.