about summary refs log tree commit diff
path: root/examples/afl_untracer
diff options
context:
space:
mode:
authorhexcoder <hexcoder-@users.noreply.github.com>2020-05-07 10:09:08 +0200
committerGitHub <noreply@github.com>2020-05-07 10:09:08 +0200
commit37b681ac11f62ccb41d13a146a319819af1c178d (patch)
treeaa8f6635f0878f9955c44a206abf9161c9de17b6 /examples/afl_untracer
parentf065ddbdb22d7f0b9ead2c2179b5b37ba960bb80 (diff)
downloadafl++-37b681ac11f62ccb41d13a146a319819af1c178d.tar.gz
untracer README: one typo fixed
Diffstat (limited to 'examples/afl_untracer')
-rw-r--r--examples/afl_untracer/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/afl_untracer/README.md b/examples/afl_untracer/README.md
index 7d870c42..29234889 100644
--- a/examples/afl_untracer/README.md
+++ b/examples/afl_untracer/README.md
@@ -35,7 +35,7 @@ $ rm -rf /tmp/tmp$$
 
 ### Fuzzing
 
-Example (after modfying afl-untracer.c to your needs, compiling and creating
+Example (after modifying afl-untracer.c to your needs, compiling and creating
 patches.txt):
 ```
 AFL_UNTRACER_FILE=./patches.txt afl-fuzz -i in -o out -- ./afl-untracer