]> granicus.if.org Git - pdns/commitdiff
rec: Fix a typo in the fuzzing README
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 3 Dec 2018 08:03:33 +0000 (09:03 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 4 Dec 2018 14:42:52 +0000 (15:42 +0100)
fuzzing/README.md

index 6163146946797a24e4198022de37d99a2f9fc463..c42c5c12f1539e898867ca35b3b244ea8ae72e2b 100644 (file)
@@ -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.