summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2022-10-01 00:28:22 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2022-10-13 12:40:23 +0100
commitcfe30ec54f586a54a24612125402b57b2263bdc9 (patch)
treedf8ead0a4fa63bb4d71c84524708594c0c93dc97
parent8108ba3202ae1161b6d62882eb6f5fc89be167e3 (diff)
meson: Fix typo
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>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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.