Message ID | 20221010173214.3547133-2-kieran.bingham@ideasonboard.com |
---|---|
State | Accepted |
Headers | show |
Series |
|
Related | show |
On Mon, 10 Oct 2022 at 18:33, Kieran Bingham via libcamera-devel <libcamera-devel@lists.libcamera.org> 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> > Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Eric Curtin <ecurtin@redhat.com> > --- > 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 >
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.