Skip to content

Commit

Permalink
Fix typo in loaders.go (#311)
Browse files Browse the repository at this point in the history
Ullaakut authored Oct 3, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d73878a commit 1b91e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loaders.go
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 1b91e54

Please sign in to comment.