From cb197b333408b99172e6935bb27ab95b23c5331a Mon Sep 17 00:00:00 2001 From: yeahyear <138094847+yetyear@users.noreply.github.com> Date: Wed, 13 Mar 2024 19:45:47 +0800 Subject: [PATCH] chore: fix some typos (#1215) Signed-off-by: yetyear --- CHANGELOG.md | 2 +- lib/Echidna/Output/Source.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab8ec4fb..ca3f4bb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/lib/Echidna/Output/Source.hs b/lib/Echidna/Output/Source.hs index 9e7cb360..c6c3ab98 100644 --- a/lib/Echidna/Output/Source.hs +++ b/lib/Echidna/Output/Source.hs @@ -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