From b88f889efe09302479a53bcb093f8928f2aa3527 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 3 Sep 2023 09:02:04 +0300 Subject: [PATCH 23/23] meson_options.txt: Fix 'project-definition' description typo "defition" -> "definition" See osdn #48575 Signed-off-by: Marko Lindqvist --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index d0cb9daaf1..40134d50d8 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -85,7 +85,7 @@ option('qtver', option('project-definition', type: 'string', value: '', - description: 'File with project defition') + description: 'File with project definition') option('min-win-ver', type: 'string', -- 2.40.1