diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-15 07:35:56 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-15 07:35:56 +0100 |
| commit | b74fcc83a77edef817b5680a55c4d5a656f8b698 (patch) | |
| tree | 757ffa36748890cfc5386c0bba794d5be3df3868 | |
| parent | fa682f8945ec48032c3c42eb41e364b9349fdadd (diff) | |
Fix typo.
| -rw-r--r-- | testsuite.py | 2 |
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) |
