aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Max Moroz <mmoroz@chromium.org>2019-08-06 13:30:56 -0700
committerGravatar Max Moroz <mmoroz@chromium.org>2019-08-06 13:30:56 -0700
commitc070f7fc7dbaede2e103e5d2cd79d7a2b7eb6255 (patch)
treef60e9897da456489bf607410e08bdd3f2accbee6 /docs
parent81fa661078c4845e475fbec3b8655c989790036a (diff)
[docs] Fix redundant spaces in the glossary.md file.
Diffstat (limited to 'docs')
-rw-r--r--docs/glossary.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/glossary.md b/docs/glossary.md
index 8f9b7f23..76405892 100644
--- a/docs/glossary.md
+++ b/docs/glossary.md
@@ -27,12 +27,12 @@ regression testing as well (see [ideal integration](ideal_integration.md)).
Or **Fuzzer Build**.
This refers to a build that contains all the [fuzz targets] for a given
-[project](#project), is run with a specific [fuzzing engine], in a specific
-build mode (e.g. with enabled/disabled assertions), and optionally combined
+[project](#project), is run with a specific [fuzzing engine], in a specific
+build mode (e.g. with enabled/disabled assertions), and optionally combined
with a [sanitizer].
For example, we have a "libfuzzer_asan_sqlite" job type, indicating a build of
-all sqlite3 [fuzz targets] using [libFuzzer](http://libfuzzer.info) and
+all sqlite3 [fuzz targets] using [libFuzzer](http://libfuzzer.info) and
[ASan](http://clang.llvm.org/docs/AddressSanitizer.html).
### Project
@@ -40,8 +40,8 @@ all sqlite3 [fuzz targets] using [libFuzzer](http://libfuzzer.info) and
A project is an open source software project that is integrated with OSS-Fuzz.
Each project has a single set of configuration files
(example: [expat](https://github.com/google/oss-fuzz/tree/master/projects/expat))
-and may have one or more [fuzz targets]
-(example: [openssl](https://github.com/openssl/openssl/blob/master/fuzz/)).
+and may have one or more [fuzz targets]
+(example: [openssl](https://github.com/openssl/openssl/blob/master/fuzz/)).
### Reproducer