From fc349bb7b116e5e69ccba5d18f829fe916ed9b48 Mon Sep 17 00:00:00 2001 From: Aiden Hall Date: Fri, 26 Aug 2022 10:48:32 -0400 Subject: [PATCH] Fix spelling error (#745) --- fuzzers/libafl_atheris/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzzers/libafl_atheris/README.md b/fuzzers/libafl_atheris/README.md index ef8987c9e6..33e4b43bf7 100644 --- a/fuzzers/libafl_atheris/README.md +++ b/fuzzers/libafl_atheris/README.md @@ -1,4 +1,4 @@ -# Atheris Pyhton Fuzzer +# Atheris Python Fuzzer This is a LibAFL-based Python fuzzer using [Atheris](https://github.com/google/atheris) for instrumentation. -We switch out Atheris' libfuzzer implementation with LibAFL, by mimicking its API. \ No newline at end of file +We switch out Atheris' libfuzzer implementation with LibAFL, by mimicking its API.