]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update pdns/recursordist/metrics.py
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 9 Dec 2024 08:28:33 +0000 (09:28 +0100)
committerGitHub <noreply@github.com>
Mon, 9 Dec 2024 08:28:33 +0000 (09:28 +0100)
Co-authored-by: Miod Vallat <miod.vallat@open-xchange.com>
pdns/recursordist/metrics.py

index 78aa1e552c30c07e24e0d9e8abf0b7f8abebe2ca..cf565f8fc066274ed563d7fb12ffa331b8fb9217 100644 (file)
@@ -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')