From: Otto Moerbeek Date: Mon, 9 Dec 2024 08:28:33 +0000 (+0100) Subject: Update pdns/recursordist/metrics.py X-Git-Tag: rec-5.2.0-rc1~3^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a0d44dc1b29c1c55bbca244d811f309e1da39bf0;p=thirdparty%2Fpdns.git Update pdns/recursordist/metrics.py Co-authored-by: Miod Vallat --- diff --git a/pdns/recursordist/metrics.py b/pdns/recursordist/metrics.py index 78aa1e552c..cf565f8fc0 100644 --- a/pdns/recursordist/metrics.py +++ b/pdns/recursordist/metrics.py @@ -36,7 +36,7 @@ with open(srcdir + '/metrics_table.py', mode='r', encoding="utf-8") as file: table = eval(file.read()) # -# We create various files in the srcdir but copy them into the buildir if neeed to satisfy meson +# We create various files in the srcdir but copy them into the buildir if needed to satisfy meson # with open(srcdir + '/rec-oids-gen.h', 'w', encoding='utf-8') as file: file.write('// THIS IS A GENERATED FILE. DO NOT EDIT. SOURCE metrics.py AND metrics_table.py\n')