This commit is contained in:
hexcoder 2022-02-04 15:06:53 +01:00 committed by GitHub
parent 9b72fe4880
commit 9eb66cccf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1900,7 +1900,7 @@ int main(int argc, char **argv_orig, char **envp) {
if (getenv(PERSIST_ENV_VAR) && !afl->persistent_mode) {
WARNF(
"Persistent mode environment variable detected, forcing persitent "
"Persistent mode environment variable detected, forcing persistent "
"mode!");
afl->persistent_mode = 1;
afl->fsrv.persistent_mode = 1;