From: Remi Gacogne Date: Mon, 3 Dec 2018 08:03:33 +0000 (+0100) Subject: rec: Fix a typo in the fuzzing README X-Git-Tag: auth-4.2.0-alpha1~6^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44e0b9d2e1b130e3510a92e321d1543891b3674d;p=pdns rec: Fix a typo in the fuzzing README --- diff --git a/fuzzing/README.md b/fuzzing/README.md index 616314694..c42c5c12f 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.