Fix various spelling errors (#532)

All those spelling errors have been caught by lintian's built-in
spellchecker:
https://lintian.debian.org/tags/spelling-error-in-binary.html
This commit is contained in:
Raphaël Hertzog
2020-08-28 23:04:25 +02:00
committed by GitHub
parent a3cd523250
commit 41bb359428
4 changed files with 7 additions and 7 deletions

View File

@ -416,7 +416,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
- big code refactoring:
* all includes are now in include/
* all afl sources are now in src/ - see src/README.md
* afl-fuzz was splitted up in various individual files for including
* afl-fuzz was split up in various individual files for including
functionality in other programs (e.g. forkserver, memory map, etc.)
for better readability.
* new code indention everywhere