summaryrefslogtreecommitdiff
path: root/tests/alltests.py
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2006-12-14 01:44:11 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2006-12-14 01:44:11 +0000
commit4b18e8079dda1c1b3f0b5330abd7d2b67d5c7cfa (patch)
treef98bb56261217690cd12b750917990951aff13f0 /tests/alltests.py
parent226d74cc6f1ffe44b06f2ec899a62d1ba4beede3 (diff)
downloadm2crypto-4b18e8079dda1c1b3f0b5330abd7d2b67d5c7cfa.tar.gz
Bug 6628, prevent Connection.makefile from freeing bio redundantly, by Thomas Uram.
git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@493 2715db39-9adf-0310-9c64-84f055769b4b
Diffstat (limited to 'tests/alltests.py')
-rw-r--r--tests/alltests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/alltests.py b/tests/alltests.py
index 825fcb6..79d180a 100644
--- a/tests/alltests.py
+++ b/tests/alltests.py
@@ -56,7 +56,7 @@ def dump_garbage():
print 'There were %d leaks.' % len(gc.garbage)
else:
- print 'Python garabge collector did not detect any leaks.'
+ print 'Python garbage collector did not detect any leaks.'
print 'However, it is still possible there are leaks in the C code.'