From 0a7e380c14b2da6ab751219799cb283f28b88d18 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Fri, 3 Jun 2022 18:52:35 +0100 Subject: [PATCH] CONTRIBUTING.md: fix typo s/sanitzise/sanitize/ --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a9f6149d..d8891d5a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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/ ```