Skip to content

Commit c011c44

Browse files
committedJun 6, 2019
Fix typo
1 parent 7c221e9 commit c011c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎collect-data

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ help(){
105105
printf '\n--operation:\n';
106106
printf ' If the input and output folder are the same, only unique files are preserved, indipendentyl of this parameter.\n';
107107
printf ' Otherwise with cp the input folder is left intact, while with mv duplicates or ignored files are left in place.\n';
108-
printf ' With mv-delete the behavirous is as with mv, but leftovers are deleted afterwards.\n'
108+
printf ' With mv-delete the behaviours is as with mv, but leftovers are deleted afterwards.\n'
109109
printf '\n--afl-folder:\n';
110110
printf ' If the input folder has a structure similar to those created by afl-fuzz, then the structure of queue,\n';
111111
printf ' hangs and crashes is preserved, and unique files are placed in the corresponding directory.\n';

0 commit comments

Comments
 (0)
Please sign in to comment.