summaryrefslogtreecommitdiff
path: root/tests/test_html.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2016-07-31 10:42:26 +0300
committerVille Skyttä <ville.skytta@iki.fi>2016-07-31 10:42:26 +0300
commitc9f71768f7f41e0a261f7d32d42084fe90f0a6fa (patch)
treeeafce51cf9681a4aa0e9fe942ea01c2d24f1e82c /tests/test_html.py
parent760c32d41ba7efa7d1c6313bde16ca51e748a7e8 (diff)
downloadpython-coveragepy-git-c9f71768f7f41e0a261f7d32d42084fe90f0a6fa.tar.gz
Spelling fixes
--HG-- branch : spelling
Diffstat (limited to 'tests/test_html.py')
-rw-r--r--tests/test_html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_html.py b/tests/test_html.py
index dda2e4b6..eaf7d7d0 100644
--- a/tests/test_html.py
+++ b/tests/test_html.py
@@ -419,7 +419,7 @@ class HtmlTest(HtmlTestHelpers, CoverageTest):
def test_shining_panda_fix(self):
# The ShiningPanda plugin looks for "status.dat" to find HTML reports.
- # Accomodate them, but only if we are running under Jenkins.
+ # Accommodate them, but only if we are running under Jenkins.
self.set_environ("JENKINS_URL", "Something or other")
self.create_initial_files()
self.run_coverage()