mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 10:28:36 +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
|
@ -119,7 +119,7 @@ fi
|
|||
|
||||
|
||||
#################################################################
|
||||
# run the sript
|
||||
# run the script
|
||||
if [ -x $WGET ]; then
|
||||
# quiet output to stdout
|
||||
wget -q $WGET_FLAGS "$URL" -O -
|
||||
|
|
|
@ -118,7 +118,7 @@ exit 0
|
|||
fi
|
||||
|
||||
#################################################################
|
||||
# run the sript
|
||||
# run the script
|
||||
|
||||
[ -x $WGET ] && $WGET -q $WGET_FLAGS "$URL?act=$act" -O - && exit 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue