From 97566f1b832c7908f6a1650c8c4f5deccbb59e70 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Wed, 20 Sep 2023 15:54:49 +1200 Subject: [PATCH] lib/fuzzing: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- lib/fuzzing/oss-fuzz/do_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fuzzing/oss-fuzz/do_build.sh b/lib/fuzzing/oss-fuzz/do_build.sh index b23f6cd4e3e..29a6ceb38a1 100755 --- a/lib/fuzzing/oss-fuzz/do_build.sh +++ b/lib/fuzzing/oss-fuzz/do_build.sh @@ -283,7 +283,7 @@ done # library B as a dependency of A from the wrong place. chrpath -d $OUT/lib/* -# Grap the seeds dictionary from github and put the seed zips in place +# Grab the seeds dictionary from github and put the seed zips in place # beside their executables. wget https://gitlab.com/samba-team/samba-fuzz-seeds/-/jobs/artifacts/master/download?job=zips \