summaryrefslogtreecommitdiff
path: root/coverage/data.py
diff options
context:
space:
mode:
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'):