]> git.mdlowis.com Git - proto/labwc.git/commitdiff
CONTRIBUTING.md: fix typo s/sanitzise/sanitize/
authorJohan Malm <jgm323@gmail.com>
Fri, 3 Jun 2022 17:52:35 +0000 (18:52 +0100)
committerJohan Malm <jgm323@gmail.com>
Fri, 3 Jun 2022 17:52:35 +0000 (18:52 +0100)
CONTRIBUTING.md

index a9f6149d8b9dc7e1ef437c94689eff85d640aa79..d8891d5a2d49b60ba70dee8fedd947e1ebd4f5bd 100644 (file)
@@ -11,7 +11,7 @@ This section contains some approachies which may prove useful.
 If the compositor crashes, a good starting point is to produce a backtrace by building with ASAN/UBSAN:
 
 ```
-meson -Db_sanitzise=address,undefined build/
+meson -Db_sanitize=address,undefined build/
 ninja -C build/
 ```