fix typo for error message when using LD_PRELOAD

This commit is contained in:
cd80 2022-03-17 14:36:41 +09:00 committed by GitHub
parent 1d4f1e4879
commit c08304ad3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1675,7 +1675,7 @@ int main(int argc, char **argv_orig, char **envp) {
if (getenv("LD_PRELOAD")) {
WARNF(
"LD_PRELOAD is set, are you sure that is what to you want to do "
"LD_PRELOAD is set, are you sure that is what you want to do "
"instead of using AFL_PRELOAD?");
}