Skip to content

Commit

Permalink
Update pdns/recursordist/metrics.py
Browse files Browse the repository at this point in the history
Co-authored-by: Miod Vallat <[email protected]>
  • Loading branch information
omoerbeek and miodvallat authored Dec 9, 2024
1 parent 26baac9 commit a0d44dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdns/recursordist/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def dedashForSNMP(name):
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')
Expand Down

0 comments on commit a0d44dc

Please sign in to comment.