From 1b91e5441f48b88127b9c5e0273551a29b51a63b Mon Sep 17 00:00:00 2001 From: Brendan Le Glaunec Date: Mon, 3 Oct 2022 19:22:19 +0200 Subject: [PATCH] Fix typo in loaders.go (#311) --- loaders.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loaders.go b/loaders.go index c8c422b..33652da 100644 --- a/loaders.go +++ b/loaders.go @@ -116,7 +116,7 @@ func (s *Scanner) LoadTargets() error { s.targets = strings.Split(string(bytes), "\n") - s.term.Debugf("Successfylly parsed targets file with %d entries", len(s.targets)) + s.term.Debugf("Successfully parsed targets file with %d entries", len(s.targets)) return nil }