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

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?");
}