Fix typos in docs (#8612)

This commit is contained in:
tocic 2022-10-20 14:00:02 +03:00 committed by GitHub
parent 1d00c22244
commit e3a3734bb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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