]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - docs/TESTING_WITH_SANITIZERS.md
tree-wide: spellcheck fixes
[thirdparty/systemd.git] / docs / TESTING_WITH_SANITIZERS.md
index 4d58d0f2b2b3809d5b9e0401cbb4c32e3be51e01..2622682bd9de1e0330a0293b3c2ea036e3ee5951 100644 (file)
@@ -1,10 +1,10 @@
 ---
-title: Testing systemd using sanitizers
+title: Testing systemd Using Sanitizers
 category: Contributing
 layout: default
 ---
 
-# Testing systemd using sanitizers
+# Testing systemd Using Sanitizers
 
 To catch the *nastier* kind of bugs, you can run your code with [Address Sanitizer](https://clang.llvm.org/docs/AddressSanitizer.html)
 and [Undefined Behavior Sanitizer](https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html).