]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - fuzzing/README.md
Merge pull request #7835 from ahupowerdns/mysql-view-warning
[thirdparty/pdns.git] / 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.