From 44e0b9d2e1b130e3510a92e321d1543891b3674d Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 3 Dec 2018 09:03:33 +0100 Subject: [PATCH] rec: Fix a typo in the fuzzing README --- fuzzing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzing/README.md b/fuzzing/README.md index 6163146946..c42c5c12f1 100644 --- a/fuzzing/README.md +++ b/fuzzing/README.md @@ -28,7 +28,7 @@ the compilation tests done during the configure phase fail. Sanitizers ---------- -In order to catch the maximum of issues during fuzzing, it makes sene to +In order to catch the maximum of issues during fuzzing, it makes sense to enable the ASAN and UBSAN sanitizers via --enable-asan and --enable-ubsan options to the configure, or to set the appropriate flags directly. -- 2.47.2