Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez authored Nov 9, 2024
1 parent cdb6f44 commit 29dff59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Echidna/SourceAnalysis/Slither.hs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ runSlither :: FilePath -> SolConf -> IO SlitherInfo
runSlither fp solConf = if solConf.disableSlither
then do
hPutStrLn stderr $
"WARNING: slither was expliticly disabled. Echidna uses Slither (https://github.com/crytic/slither)"
"WARNING: Slither was explicitly disabled. Echidna uses Slither (https://github.com/crytic/slither)"
<> " to perform source analysis, which makes fuzzing more effective. You should enable it."
pure emptySlitherInfo
else findExecutable "slither" >>= \case
Expand Down

0 comments on commit 29dff59

Please sign in to comment.