From dcf0735b08eb8fe81fd3113b7f58d1c37d16a143 Mon Sep 17 00:00:00 2001 From: lijunjie Date: Thu, 27 Dec 2018 15:26:41 +0800 Subject: [PATCH] Fix the misspelling of "configuration" Change-Id: I7becd34e9b29ed73d79742f8a8bd8110f436a3e5 --- spyglass/data_extractor/plugins/tugboat/tugboat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spyglass/data_extractor/plugins/tugboat/tugboat.py b/spyglass/data_extractor/plugins/tugboat/tugboat.py index 71144a8..b2829e1 100644 --- a/spyglass/data_extractor/plugins/tugboat/tugboat.py +++ b/spyglass/data_extractor/plugins/tugboat/tugboat.py @@ -42,7 +42,7 @@ class TugboatPlugin(BaseDataSourcePlugin): def set_config_opts(self, conf): """ - Placeholder to set confgiuration options + Placeholder to set configuration options specific to each plugin. :param dict conf: Configuration options as dict