From 48f996ff8dcccfefe0922fafc070b36f980c231e Mon Sep 17 00:00:00 2001 From: Min ho Kim Date: Mon, 8 Jul 2019 00:55:15 +1000 Subject: Fix typo --- coverage/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/data.py') 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'): -- cgit v1.2.1