summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xext_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext_tests.py b/ext_tests.py
index 2770c8e..1fd8d8f 100755
--- a/ext_tests.py
+++ b/ext_tests.py
@@ -65,7 +65,7 @@ class TestCaseTemplate(unittest.TestCase):
raise Exception(test.get('comment', '')) from jpe
# if there is no 'expected' we only verify that applying the patch
- # does not raies an exception
+ # does not raise an exception
if 'expected' in test:
self.assertEquals(res, test['expected'], test.get('comment', ''))