[libcamera-devel,v2,1/5] meson: Fix typo
diff mbox series

Message ID 20220930232826.82753-2-kieran.bingham@ideasonboard.com
State Superseded
Headers show
Series
  • Add release infrastructure
Related show

Commit Message

Kieran Bingham Sept. 30, 2022, 11:28 p.m. UTC
The comment for supporting the custom script on 'make dist' contains a
typo. Fix it.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Laurent Pinchart Sept. 30, 2022, 11:36 p.m. UTC | #1
On Sat, Oct 01, 2022 at 12:28:22AM +0100, Kieran Bingham via libcamera-devel wrote:
> The comment for supporting the custom script on 'make dist' contains a
> typo. Fix it.
> 
> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

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

It could have been done as part of another patch in this series :-)

> ---
>  meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meson.build b/meson.build
> index 72919102ad55..2c6173b4f97e 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -26,7 +26,7 @@ endif
>  
>  libcamera_version = libcamera_git_version.split('+')[0]
>  
> -# This script gererates the .tarball-version file on a 'meson dist' command.
> +# This script generates the .tarball-version file on a 'meson dist' command.
>  meson.add_dist_script('utils/run-dist.sh')
>  
>  # Configure the build environment.
Jacopo Mondi Oct. 3, 2022, 7:29 a.m. UTC | #2
Hi Kieran

On Sat, Oct 01, 2022 at 12:28:22AM +0100, Kieran Bingham via libcamera-devel wrote:
> The comment for supporting the custom script on 'make dist' contains a
> typo. Fix it.
>
> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>

Thanks
   j

> ---
>  meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meson.build b/meson.build
> index 72919102ad55..2c6173b4f97e 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -26,7 +26,7 @@ endif
>
>  libcamera_version = libcamera_git_version.split('+')[0]
>
> -# This script gererates the .tarball-version file on a 'meson dist' command.
> +# This script generates the .tarball-version file on a 'meson dist' command.
>  meson.add_dist_script('utils/run-dist.sh')
>
>  # Configure the build environment.
> --
> 2.34.1
>

Patch
diff mbox series

diff --git a/meson.build b/meson.build
index 72919102ad55..2c6173b4f97e 100644
--- a/meson.build
+++ b/meson.build
@@ -26,7 +26,7 @@  endif
 
 libcamera_version = libcamera_git_version.split('+')[0]
 
-# This script gererates the .tarball-version file on a 'meson dist' command.
+# This script generates the .tarball-version file on a 'meson dist' command.
 meson.add_dist_script('utils/run-dist.sh')
 
 # Configure the build environment.