summaryrefslogtreecommitdiff
path: root/tests/test_plugins.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-07-25 11:27:25 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-07-25 11:27:25 -0400
commit8e81a1b6feddb2a0642d7991ac35c7419f570bb6 (patch)
tree056eeeac3e24a8434d09f7ce5167b481ccc78b4e /tests/test_plugins.py
parent655e48284397765c36e7f5bfb8a018f79e542ecd (diff)
downloadpython-coveragepy-git-8e81a1b6feddb2a0642d7991ac35c7419f570bb6.tar.gz
Better spelling.
Diffstat (limited to 'tests/test_plugins.py')
-rw-r--r--tests/test_plugins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_plugins.py b/tests/test_plugins.py
index db987039..18b662f7 100644
--- a/tests/test_plugins.py
+++ b/tests/test_plugins.py
@@ -512,7 +512,7 @@ class BadPluginTest(FileTracerTest):
# The message can be in two forms:
# Disabling plugin '...' due to previous exception
# or:
- # Disabling plugin '...' due to an excepton:
+ # Disabling plugin '...' due to an exception:
msg = "Disabling plugin '%s.%s' due to " % (module_name, plugin_name)
warnings = stderr.count(msg)
self.assertEqual(warnings, 1)