diff options
author | Raphaƫl Hertzog <hertzog@debian.org> | 2020-08-28 23:04:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-28 23:04:25 +0200 |
commit | 41bb359428e4559821c95831f25c772d1a8403d9 (patch) | |
tree | ad9c7a79b0e7cfdccf21901a460229f358f3a0be /docs/Changelog.md | |
parent | a3cd5232503928c440f7fda19762cdf122377128 (diff) | |
download | afl++-41bb359428e4559821c95831f25c772d1a8403d9.tar.gz |
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
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 45fbd528..cb6e14b8 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -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 |