diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2020-11-18 08:33:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-18 08:33:06 +0100 |
commit | 108a89b55959ed41fa3b050696148e698e6de2df (patch) | |
tree | 167cab014cc8419453e85b8691ef328a7723766a /src/afl-fuzz-queue.c | |
parent | 68e18dbb7a261b0343bc3580f26cf59531c18152 (diff) | |
download | afl++-108a89b55959ed41fa3b050696148e698e6de2df.tar.gz |
typo
Diffstat (limited to 'src/afl-fuzz-queue.c')
-rw-r--r-- | src/afl-fuzz-queue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-queue.c b/src/afl-fuzz-queue.c index 32bed06f..f35b4f57 100644 --- a/src/afl-fuzz-queue.c +++ b/src/afl-fuzz-queue.c @@ -58,7 +58,7 @@ void create_alias_table(afl_state_t *afl) { if (!P || !S || !L || !afl->alias_table || !afl->alias_probability) { - FATAL("could not aquire memory for alias table"); + FATAL("could not acquire memory for alias table"); } |