Typo fix: targetting => targeting

Change-Id: Iebfb2186e2824e47f57f53f9480776a9cbf67398
This commit is contained in:
Anh Tran 2017-02-07 10:12:47 +07:00
parent 52c4b9be68
commit e17af5cac2
1 changed files with 1 additions and 1 deletions

View File

@ -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):