From df83beaf3984da24cbf0033dbb613b31f5ec0186 Mon Sep 17 00:00:00 2001 From: Cagebreak Signing Key 3 Date: Sat, 12 Sep 2020 16:45:07 +0200 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ddb6a3..643efbf 100644 --- a/README.md +++ b/README.md @@ -314,7 +314,7 @@ find bugs in other areas of the code. Currently, there are memory leaks which do not seem to stem from our code but rather the code of wl-roots or some other library we depend on. We are working on the problem. -In the meantime, add `-Ddetect-leaks=0` to the meson command to exclude memory leaks. +In the meantime, add `-Db_detect-leaks=0` to the meson command to exclude memory leaks. ## Bugs