1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +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

@ -190,7 +190,7 @@ for name in ${names}; do
[ -z "${iregex_header}" -a -z "${iregex_body}" ] && break
if [ ${K} -eq 1 ]; then
OIFS="${IFS}"
# we skip carrige return characters from the end of header lines
# we skip carriage return characters from the end of header lines
IFS=$(echo -en "\r")
inheader=0
# The "read" command reads only lines terminated by a specific