From fcada078896dcf9d41c7a970f18cf663dd81946b Mon Sep 17 00:00:00 2001 From: Krzysztof Kozlowski Date: Sun, 10 Dec 2023 22:33:09 +0100 Subject: [PATCH] meson: fix language typo Fix language typo "of" -> "if". Signed-off-by: Krzysztof Kozlowski --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index ec6c589..9c4d8bc 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1 +1 @@ -option('server', type: 'feature', description: 'Controls whether the CDBA server is built. By default it will be built of all dependencies are present.') +option('server', type: 'feature', description: 'Controls whether the CDBA server is built. By default it will be built if all dependencies are present.')