mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
CONTRIBUTING.md: fix typo s/sanitzise/sanitize/
This commit is contained in:
parent
b3d1ed934c
commit
0a7e380c14
1 changed files with 1 additions and 1 deletions
|
|
@ -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/
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue