diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-06-10 16:40:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-06-10 16:40:47 -0400 |
commit | ecc9a364c2ff8557f808dc1826e285239a5767a8 (patch) | |
tree | e806dc7eb52cf9cb79e5b34b79882e83aa645478 /changes | |
parent | 74239f61d24feb7dc8c77c9f3e2ef1a8c2c46039 (diff) | |
download | tor-ecc9a364c2ff8557f808dc1826e285239a5767a8.tar.gz tor-ecc9a364c2ff8557f808dc1826e285239a5767a8.zip |
fix typo in changes/coverity_master spotted by rransom
Diffstat (limited to 'changes')
-rw-r--r-- | changes/coverity_master | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changes/coverity_master b/changes/coverity_master index 43ce1fd9ae..eca003d208 100644 --- a/changes/coverity_master +++ b/changes/coverity_master @@ -1,6 +1,6 @@ o Minor bugfixes: - Prevent using negative indices during unit test runs when read_all() - fails. Spotted by coverity. Bugfix on 0.2.3.1-alppa. + fails. Spotted by coverity. Bugfix on 0.2.3.1-alpha. - Fix a rare memory leak when checking the nodelist without it being present. Found by coverity. Bugfix on 0.2.3.1-alpha. o Code simplifications and refactoring: |