From e17af5cac241ef9ee72d47b90cb883d28274d5fd Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Tue, 7 Feb 2017 10:12:47 +0700 Subject: [PATCH] Typo fix: targetting => targeting Change-Id: Iebfb2186e2824e47f57f53f9480776a9cbf67398 --- bandit/core/test_set.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bandit/core/test_set.py b/bandit/core/test_set.py index 826b5df1..2429aeb1 100644 --- a/bandit/core/test_set.py +++ b/bandit/core/test_set.py @@ -112,7 +112,7 @@ class BanditTestSet(object): plugin.plugin._config = cfg for check in plugin.plugin._checks: self.tests.setdefault(check, []).append(plugin.plugin) - LOG.debug('added function %s (%s) targetting %s', + LOG.debug('added function %s (%s) targeting %s', plugin.name, plugin.plugin._test_id, check) def get_tests(self, checktype):