]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
recursor/meson: fix typo in comment 15159/head
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Fri, 14 Feb 2025 10:19:59 +0000 (11:19 +0100)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Fri, 14 Feb 2025 10:19:59 +0000 (11:19 +0100)
pdns/recursordist/meson.build

index c3a877a384ea119b96546021a91eb4ed45f62193..7aee85a3d10ad54567db6d3ace80c07cd7c541ea 100644 (file)
@@ -13,7 +13,7 @@ project(
 )
 meson.add_dist_script('meson-dist-script.sh')
 
-# When runniog meson dist, the command below produces multiple lines on stderr:
+# When running meson dist, the command below produces multiple lines on stderr:
 # Unable to evaluate subdir([]) in AstInterpreter --> Skipping
 meson.add_dist_script('version.sh', 'set-dist', meson.project_version())