Skip to content

Commit

Permalink
Fix typo in error message (AFLplusplus#2515)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasTNO authored Sep 7, 2024
1 parent 1172b5e commit a5584bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libafl/src/stages/calibrate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ where

if bitmap_size < 1 {
return Err(Error::invalid_corpus(
"This testcase doesnot trigger trigger any edges. Check your instrumentation!"
"This testcase does not trigger any edges. Check your instrumentation!"
.to_string(),
));
}
Expand Down

0 comments on commit a5584bf

Please sign in to comment.