mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2024-12-22 13:52:13 +01:00
Fix remaining spelling errors
This commit is contained in:
parent
6d05b016d3
commit
b039f7c1c8
2 changed files with 3 additions and 3 deletions
|
@ -124,7 +124,7 @@ help
|
|||
list
|
||||
df cpu if_eth0 if_eth1 if_err_eth0 if_err_eth1 load memory
|
||||
version
|
||||
munins node on mose.medisin.ntnu.no version: 0.0.5 (munin-lite)
|
||||
munins node on example.org version: 0.0.5 (munin-lite)
|
||||
quit
|
||||
```
|
||||
|
||||
|
@ -140,7 +140,7 @@ help
|
|||
list
|
||||
df cpu if_eth0 if_eth1 if_err_eth0 if_err_eth1 load memory
|
||||
version
|
||||
munins node on mose.medisin.ntnu.no version: 0.0.5 (munin-lite)
|
||||
munins node on example.org version: 0.0.5 (munin-lite)
|
||||
quit
|
||||
Connection closed by foreign host.
|
||||
```
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Simple Bourne Shell script that implements Munin protocoll and
|
||||
# Simple Bourne Shell script that implements Munin protocol and
|
||||
# some common Linux plugins.
|
||||
#
|
||||
# For latest version, see http://muninlite.sf.net/
|
||||
|
|
Loading…
Reference in a new issue