diff options
author | hexcoder- <heiko@hexco.de> | 2020-08-31 15:40:20 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-08-31 15:40:20 +0200 |
commit | 45d866d548d55fced58e7788d14097b9fefa8657 (patch) | |
tree | e2ce8efcda731574ee0e4bbd2d56141661fbdaaf /examples/distributed_fuzzing/sync_script.sh | |
parent | ce4700ca6e58e792c61b8b3e39dd35dd88693b40 (diff) | |
download | afl++-45d866d548d55fced58e7788d14097b9fefa8657.tar.gz |
typo
Diffstat (limited to 'examples/distributed_fuzzing/sync_script.sh')
-rwxr-xr-x | examples/distributed_fuzzing/sync_script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/distributed_fuzzing/sync_script.sh b/examples/distributed_fuzzing/sync_script.sh index fade48c7..b28ff6cd 100755 --- a/examples/distributed_fuzzing/sync_script.sh +++ b/examples/distributed_fuzzing/sync_script.sh @@ -39,7 +39,7 @@ FUZZ_USER=bob # Directory to synchronize SYNC_DIR='/home/bob/sync_dir' -# We only capture -M main nodes, set the name to your chosen nameing scheme +# We only capture -M main nodes, set the name to your chosen naming scheme MAIN_NAME='main' # Interval (seconds) between sync attempts (eg one hour) |