Fix typos in docs (#8612)

This commit is contained in:
tocic 2022-10-20 14:00:02 +03:00 committed by Jonathan White
parent 047251a07f
commit c203ee7f09
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
7 changed files with 15 additions and 15 deletions

View file

@ -19,7 +19,7 @@ Optionally, build AFL from source:
## Building KeePassXC For Fuzzing
A special "instrumented build" is used that allows the fuzzer to look into the program as it executes. We place it in its own build directory so it doesn't confused with the production build.
A special "instrumented build" is used that allows the fuzzer to look into the program as it executes. We place it in its own build directory so it doesn't get confused with the production build.
$ cd your_keepassxc_source_directory
$ mkdir buildafl