Fix typo in error message (#2515)
This commit is contained in:
parent
1172b5e5e0
commit
a5584bf23a
@ -264,7 +264,7 @@ where
|
|||||||
|
|
||||||
if bitmap_size < 1 {
|
if bitmap_size < 1 {
|
||||||
return Err(Error::invalid_corpus(
|
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(),
|
.to_string(),
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user