Skip to content

Commit

Permalink
chore: fix some typos (#1215)
Browse files Browse the repository at this point in the history
Signed-off-by: yetyear <[email protected]>
  • Loading branch information
yetyear authored Mar 13, 2024
1 parent c157cd9 commit cb197b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
* Prioritization to mutate each list of transactions from the corpus (#376, #395)
* Improved array generation using generic mutations (#357)
* Multiple coverage tracking according to the result of a transaction (#369)
* Allow to control corpus mutation constans using a configuration file (#373)
* Allow to control corpus mutation constants using a configuration file (#373)

## 1.4.0.1
* HEVM updated to [af84e2ee0a0654fdaa91186384233cf1731ee7ce]
Expand Down
2 changes: 1 addition & 1 deletion lib/Echidna/Output/Source.hs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ coverageFileExtension Txt = ".txt"
ppCoveredCode :: CoverageFileType -> SourceCache -> [SolcContract] -> CoverageMap -> IO Text
ppCoveredCode fileType sc cs s | null s = pure "Coverage map is empty"
| otherwise = do
-- List of covered lines during the fuzzing campaing
-- List of covered lines during the fuzzing campaign
covLines <- srcMapCov sc s cs
let
-- Collect all the possible lines from all the files
Expand Down

0 comments on commit cb197b3

Please sign in to comment.