From c161eb973d2112908fee895be07a4a5fa605704b Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Wed, 30 Aug 2023 10:51:25 +0000 Subject: [PATCH] fuzzing: correct typos in README.txt Part-of: --- ci/fuzzing/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/fuzzing/README.txt b/ci/fuzzing/README.txt index 5ee4b8d0d0..d9ca23fd88 100644 --- a/ci/fuzzing/README.txt +++ b/ci/fuzzing/README.txt @@ -7,7 +7,7 @@ Fuzzing GStreamer * Fuzzing targets Fuzzing targets as small applications where we can test a specific - element or API. The goal is to have them be as small/targetted as + element or API. The goal is to have them be as small/targeted as possible. ex: appsrc ! ! fakesink num-buffers= @@ -43,7 +43,7 @@ Fuzzing GStreamer * Add a standalone build script We need to be able to build and test the fuzzing targets outside - of the oss-fuzz infrastructure, and do that in our continous + of the oss-fuzz infrastructure, and do that in our continuous integration system. We need: