Fix typo in error message (#2515)

This commit is contained in:
ThomasTNO 2024-09-07 14:23:12 +02:00 committed by GitHub
parent 1172b5e5e0
commit a5584bf23a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(),
));
}