diff options
author | Ville Skytt? <ville.skytta@iki.fi> | 2016-07-31 10:42:26 +0300 |
---|---|---|
committer | Ville Skytt? <ville.skytta@iki.fi> | 2016-07-31 10:42:26 +0300 |
commit | d4c972753a44d905a8fbd845b27a522f3deca042 (patch) | |
tree | 62065b8c6758420414268ae1ea4b9894b6aaf525 /coverage/html.py | |
parent | 0b9c4488728d6bd4e8f506c264902c4f13bfbf70 (diff) | |
download | python-coveragepy-d4c972753a44d905a8fbd845b27a522f3deca042.tar.gz |
Spelling fixesspelling
Diffstat (limited to 'coverage/html.py')
-rw-r--r-- | coverage/html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/html.py b/coverage/html.py index 66827d7..f04339d 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: |