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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7226%2Fhead;p=thirdparty%2Fpdns.git rec: Fix a typo in the fuzzing README --- 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.