summaryrefslogtreecommitdiff
path: root/coverage/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 /coverage/html.py
parent760c32d41ba7efa7d1c6313bde16ca51e748a7e8 (diff)
downloadpython-coveragepy-git-c9f71768f7f41e0a261f7d32d42084fe90f0a6fa.tar.gz
Spelling fixes
--HG-- branch : spelling
Diffstat (limited to 'coverage/html.py')
-rw-r--r--coverage/html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/html.py b/coverage/html.py
index 66827d75..f04339de 100644
--- a/coverage/html.py
+++ b/coverage/html.py
@@ -387,7 +387,7 @@ class HtmlStatus(object):
json.dump(status, fout)
# Older versions of ShiningPanda look for the old name, status.dat.
- # Accomodate them if we are running under Jenkins.
+ # Accommodate them if we are running under Jenkins.
# https://issues.jenkins-ci.org/browse/JENKINS-28428
if "JENKINS_URL" in os.environ:
with open(os.path.join(directory, "status.dat"), "w") as dat: