From cfe30ec54f586a54a24612125402b57b2263bdc9 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Sat, 1 Oct 2022 00:28:22 +0100 Subject: meson: Fix typo The comment for supporting the custom script on 'make dist' contains a typo. Fix it. Signed-off-by: Kieran Bingham Reviewed-by: Laurent Pinchart Reviewed-by: Jacopo Mondi --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 72919102..2c6173b4 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. -- cgit v1.2.1