From e1c960ba5f800be24ed377c2243090a37d8e83f7 Mon Sep 17 00:00:00 2001 From: Paul Elder Date: Wed, 28 Dec 2022 16:37:21 -0600 Subject: meson: options: Fix typo in pipelines documentation Fix a typo in the pipelines option documentation. Signed-off-by: Paul Elder Reviewed-by: Laurent Pinchart Reviewed-by: Umang Jain --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 1a68bcd3..793cda93 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -48,7 +48,7 @@ option('pipelines', 'uvcvideo', 'vimc' ], - description : 'Select which pipeline handlers to build. If it this set to auto, all the pipelines applicable to the target architecture will be built.') + description : 'Select which pipeline handlers to build. If this is set to auto, all the pipelines applicable to the target architecture will be built.') option('qcam', type : 'feature', -- cgit v1.2.1