[libcamera-devel] meson: options: Fix typo in pipelines documentation
diff mbox series

Message ID 20221228223830.2294891-1-paul.elder@ideasonboard.com
State Accepted
Headers show
Series
  • [libcamera-devel] meson: options: Fix typo in pipelines documentation
Related show

Commit Message

Paul Elder Dec. 28, 2022, 10:38 p.m. UTC
Fix a typo in the pipelines option documentation.

Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
---
 meson_options.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Laurent Pinchart Dec. 28, 2022, 11:58 p.m. UTC | #1
Hi Paul,

Thank you for the patch.

On Wed, Dec 28, 2022 at 04:38:30PM -0600, Paul Elder via libcamera-devel wrote:
> Fix a typo in the pipelines option documentation.
> 
> Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  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',
Umang Jain Dec. 29, 2022, 4:06 p.m. UTC | #2
Hi Paul,

On 12/29/22 4:08 AM, Paul Elder via libcamera-devel wrote:
> Fix a typo in the pipelines option documentation.
>
> Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>

Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>

> ---
>   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',

Patch
diff mbox series

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',