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:
parent
561da1a3f1
commit
8713eb3722
162 changed files with 248 additions and 248 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue