Skip to content

Commit 29dff59

Browse files
authored
Fix typo
1 parent cdb6f44 commit 29dff59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Echidna/SourceAnalysis/Slither.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ runSlither :: FilePath -> SolConf -> IO SlitherInfo
148148
runSlither fp solConf = if solConf.disableSlither
149149
then do
150150
hPutStrLn stderr $
151-
"WARNING: slither was expliticly disabled. Echidna uses Slither (https://github.com/crytic/slither)"
151+
"WARNING: Slither was explicitly disabled. Echidna uses Slither (https://github.com/crytic/slither)"
152152
<> " to perform source analysis, which makes fuzzing more effective. You should enable it."
153153
pure emptySlitherInfo
154154
else findExecutable "slither" >>= \case

0 commit comments

Comments
 (0)