From 3cbb4e99d31c6fef17f8dcded6739d5010de1513 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 6 Jan 2025 14:29:11 +0100 Subject: [PATCH] Typo in comment Co-authored-by: Remi Gacogne --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index 68817b38d6..873054566a 100644 --- a/tasks.py +++ b/tasks.py @@ -551,7 +551,7 @@ def ci_auth_configure(c, build_dir=None, meson=False): ci_auth_configure_autotools(c) def ci_rec_configure_meson(c, features, build_dir): - # XXX feautures + # XXX features unittests = get_unit_tests(meson=True, auth=False) if features == "full": configure_cmd = " ".join([ -- 2.47.2