aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/bad_example
diff options
context:
space:
mode:
authorGravatar AdamKorcz <44787359+AdamKorcz@users.noreply.github.com>2021-02-11 23:26:07 +0000
committerGravatar GitHub <noreply@github.com>2021-02-11 15:26:07 -0800
commitc1fb3fa6c799319299002a544199b3f7ac88a5d7 (patch)
tree6f108858fc4da39a009414a1ad58bf847be42541 /projects/bad_example
parentd7ecce8a83d923beced42de11f137ef52f155c63 (diff)
Fixed small typo in projects/bad_example (#5174)
* [teleport] Initial integration * Minor update to run tests again * Fixed small typo in projects/bad_example
Diffstat (limited to 'projects/bad_example')
-rwxr-xr-xprojects/bad_example/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/bad_example/build.sh b/projects/bad_example/build.sh
index eb08bd6e..88a7caad 100755
--- a/projects/bad_example/build.sh
+++ b/projects/bad_example/build.sh
@@ -22,7 +22,7 @@ $CXX $CXXFLAGS -std=c++11 -I. -DINTENTIONAL_STARTUP_CRASH \
$LIB_FUZZING_ENGINE ./libz.a
-# The latest two examples won't for for coverage build, bail out.
+# The latest two examples won't work for coverage build, bail out.
if [[ $SANITIZER = *coverage* ]]; then
exit 0
fi