summaryrefslogtreecommitdiff
path: root/coverage/data.py
diff options
context:
space:
mode:
authorMin ho Kim <minho42@gmail.com>2019-07-08 00:55:15 +1000
committerMin ho Kim <minho42@gmail.com>2019-07-08 00:55:15 +1000
commit48f996ff8dcccfefe0922fafc070b36f980c231e (patch)
tree20630cce176c814b27d2c51ecacce85f1adbda86 /coverage/data.py
parent2c4c254a32e27c24b7714d541bd41eef97c375b5 (diff)
downloadpython-coveragepy-git-48f996ff8dcccfefe0922fafc070b36f980c231e.tar.gz
Fix typo
Diffstat (limited to 'coverage/data.py')
-rw-r--r--coverage/data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/data.py b/coverage/data.py
index 3d3647bb..bcb418b8 100644
--- a/coverage/data.py
+++ b/coverage/data.py
@@ -442,7 +442,7 @@ class CoverageJsonData(object):
def touch_file(self, filename, plugin_name=""):
"""Ensure that `filename` appears in the data, empty if needed.
- `plugin_name` is the name of the plugin resposible for this file. It is used
+ `plugin_name` is the name of the plugin responsible for this file. It is used
to associate the right filereporter, etc.
"""
if self._debug.should('dataop'):