From c9f71768f7f41e0a261f7d32d42084fe90f0a6fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 31 Jul 2016 10:42:26 +0300 Subject: Spelling fixes --HG-- branch : spelling --- coverage/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/html.py') 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: -- cgit v1.2.1