From db7b429ea7e86cc581c08c742c34f1fe53acd18a Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Fri, 14 Feb 2025 11:19:59 +0100 Subject: [PATCH] recursor/meson: fix typo in comment --- pdns/recursordist/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/meson.build b/pdns/recursordist/meson.build index c3a877a384..7aee85a3d1 100644 --- a/pdns/recursordist/meson.build +++ b/pdns/recursordist/meson.build @@ -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()) -- 2.47.2