From b74fcc83a77edef817b5680a55c4d5a656f8b698 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 15 Dec 2012 07:35:56 +0100 Subject: Fix typo. --- testsuite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite.py b/testsuite.py index c0a8549..5ddb29c 100644 --- a/testsuite.py +++ b/testsuite.py @@ -1656,7 +1656,7 @@ def equal_confs(): _all_ok = True def verify(cond, msg): - """Fails and prints 'msg' if 'conf' is False.""" + """Fails and prints 'msg' if 'cond' is False.""" if not cond: fail(msg) -- cgit v1.2.3