diff --git a/libafl/src/stages/calibrate.rs b/libafl/src/stages/calibrate.rs index 7a16cfa8ea..83666cd296 100644 --- a/libafl/src/stages/calibrate.rs +++ b/libafl/src/stages/calibrate.rs @@ -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(), )); }