Merge pull request #1352 from cd80/patch-1

fix typo in error message when using LD_PRELOAD
This commit is contained in:
van Hauser 2022-03-17 08:46:15 +01:00 committed by GitHub
commit 1a65df2bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1687,7 +1687,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?");
}