diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-05-30 11:18:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-05-30 11:18:49 -0400 |
commit | bf16e167f79afc5367422ee7e0c0b3587dc6c82d (patch) | |
tree | 7fe2a2b5a030e92a5b7f22916fc737713e22b7ed | |
parent | 9e53cdca86483942fe0e836fb1fa6942a9e883a7 (diff) | |
download | tor-bf16e167f79afc5367422ee7e0c0b3587dc6c82d.tar tor-bf16e167f79afc5367422ee7e0c0b3587dc6c82d.tar.gz |
Fix a typo in changes/bug5916
-rw-r--r-- | changes/bug5916 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changes/bug5916 b/changes/bug5916 index 0b2ea5df4..b099c26ef 100644 --- a/changes/bug5916 +++ b/changes/bug5916 @@ -2,5 +2,5 @@ - Fix a memory leak when trying to launch a DNS request when the network is disabled or the nameservers are unconfigurable. Fix for bug 5916; bugfix on Tor 0.1.2.1-alpha (for the - unconfigurable namesrever case) and on 0.2.3.9-alpha (for the + unconfigurable nameserver case) and on 0.2.3.9-alpha (for the DisableNetwork case). |