summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2023-10-12 23:29:31 (GMT)
committerRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2023-10-12 23:29:31 (GMT)
commitf5074ac7f01ba95469748531b503c56b31e55cc3 (patch)
tree14aadfb8054c96873694b40c8aed73227e3b48fd
parent0de0daccec8cb1ac4b54f0d9b981cf89c1961209 (diff)
downloadmonitoring-plugins-f5074ac7f01ba95469748531b503c56b31e55cc3.tar.gz
Fix spelling stuffrefs/pull/1928/head
-rw-r--r--.github/workflows/test.yml2
-rw-r--r--plugins-root/check_icmp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 0f845de..ea0b38b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21 uses: codespell-project/actions-codespell@v2 21 uses: codespell-project/actions-codespell@v2
22 with: 22 with:
23 skip: "./.git,./.gitignore,./ABOUT-NLS,*.po,./gl,./po,./tools/squid.conf,./build-aux/ltmain.sh" 23 skip: "./.git,./.gitignore,./ABOUT-NLS,*.po,./gl,./po,./tools/squid.conf,./build-aux/ltmain.sh"
24 ignore_words_list: allright,gord,didi,hda,nd,alis,clen,scrit,ser,fot,te,parm,isnt,consol,oneliners,esponse 24 ignore_words_list: allright,gord,didi,hda,nd,alis,clen,scrit,ser,fot,te,parm,isnt,consol,oneliners,esponse,slac
25 check_filenames: true 25 check_filenames: true
26 check_hidden: true 26 check_hidden: true
27# super-linter: 27# super-linter:
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c
index 12fb7b7..303241d 100644
--- a/plugins-root/check_icmp.c
+++ b/plugins-root/check_icmp.c
@@ -1325,7 +1325,7 @@ finish(int sig)
1325 /* 1325 /*
1326 * This algorithm is probably pretty much blindly copied from 1326 * This algorithm is probably pretty much blindly copied from
1327 * locations like this one: https://www.slac.stanford.edu/comp/net/wan-mon/tutorial.html#mos 1327 * locations like this one: https://www.slac.stanford.edu/comp/net/wan-mon/tutorial.html#mos
1328 * It calucates a MOS value (range of 1 to 5, where 1 is bad and 5 really good). 1328 * It calculates a MOS value (range of 1 to 5, where 1 is bad and 5 really good).
1329 * According to some quick research MOS originates from the Audio/Video transport network area. 1329 * According to some quick research MOS originates from the Audio/Video transport network area.
1330 * Whether it can and should be computed from ICMP data, I can not say. 1330 * Whether it can and should be computed from ICMP data, I can not say.
1331 * 1331 *