aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-06-10 14:09:36 -0400
committerNick Mathewson <nickm@torproject.org>2015-06-10 14:09:36 -0400
commit09895d48c62404ebe60522e24e22e880c4472c65 (patch)
tree6d6f9a9485d4c113ec304ab98c4b591689c38c65 /ChangeLog
parent59b0272883b349603beca387811b899680f34a9a (diff)
downloadtor-09895d48c62404ebe60522e24e22e880c4472c65.tar.gz
tor-09895d48c62404ebe60522e24e22e880c4472c65.zip
Spell occurred right
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 880fc8850d..a060eeaedf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,7 +8,7 @@ Changes in version 0.2.6.9 - 2015-06-11
o Major bugfixes (client-side privacy):
- Properly separate out each SOCKSPort when applying stream
- isolation. The error occured because each port's session group was
+ isolation. The error occurred because each port's session group was
being overwritten by a default value when the listener connection
was initialized. Fixes bug 16247; bugfix on 0.2.6.3-alpha. Patch
by "jojelino".