From: Chris Hofstaedtler Date: Fri, 14 Feb 2025 10:19:59 +0000 (+0100) Subject: recursor/meson: fix typo in comment X-Git-Tag: dnsdist-2.0.0-alpha1~92^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db7b429ea7e86cc581c08c742c34f1fe53acd18a;p=thirdparty%2Fpdns.git recursor/meson: fix typo in comment --- 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())