diff options
-rw-r--r-- | .github/workflows/test.yml | 2 | ||||
-rw-r--r-- | plugins-root/check_icmp.c | 2 |
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 | * |