mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Fix some spelling mistakes
Thanks, codespell!
This commit is contained in:
parent
a1e346bcb7
commit
2c9121708a
22 changed files with 31 additions and 31 deletions
|
@ -202,7 +202,7 @@ def get_sensor_data(host):
|
|||
|
||||
|
||||
def print_graph_section(graph_description, hosts, include_config, include_values):
|
||||
# retrieve the data and omit ony output, if the relevant key is missing
|
||||
# retrieve the data and omit output only if the relevant key is missing
|
||||
results = []
|
||||
for host_info in hosts:
|
||||
data = get_sensor_data(host_info.host)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue