1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 10:28:36 +00:00

Fix spelling mistakes in comments and descriptions

Thanks, codespell!
This commit is contained in:
Lars Kruse 2020-03-26 02:12:57 +01:00
parent 561da1a3f1
commit 8713eb3722
162 changed files with 248 additions and 248 deletions

View file

@ -110,7 +110,7 @@ def print_config():
print("graph_args --base 1024 -l 0")
print("graph_scale yes")
print("graph_info Bacula Storage Daemon througput measurement based on written bytes. "
"This may be somewhat inacurate whenever a tape is changed.")
"This may be somewhat inaccurate whenever a tape is changed.")
print("graph_category backup")
print("graph_order", " ".join([dev[2] for dev in devstats]))
print()