summaryrefslogtreecommitdiff
path: root/testsuite.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite.py')
-rw-r--r--testsuite.py2
1 files changed, 1 insertions, 1 deletions
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)