From a0d44dc1b29c1c55bbca244d811f309e1da39bf0 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 9 Dec 2024 09:28:33 +0100 Subject: [PATCH] Update pdns/recursordist/metrics.py Co-authored-by: Miod Vallat --- pdns/recursordist/metrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 2.47.2