From d996631246da43b3a2da990d5d0ed83bf16786bc Mon Sep 17 00:00:00 2001
From: Florian Schmaus <flow@cs.fau.de>
Date: Sun, 27 Feb 2022 17:49:13 +0100
Subject: [PATCH] Fix stats_stack_usage option definition

---
 meson_options.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson_options.txt b/meson_options.txt
index 9a5dfb73..23bd0bfe 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -128,7 +128,7 @@ option(
   choices: [
     'disabled',
     'efficient',
-    'accuraate',
+    'accurate',
   ],
   value: 'disabled',
   description: 'Collect stack-usage stats via stack watermarking'
-- 
GitLab