diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-12 23:29:31 (GMT) |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-12 23:29:31 (GMT) |
commit | f5074ac7f01ba95469748531b503c56b31e55cc3 (patch) | |
tree | 14aadfb8054c96873694b40c8aed73227e3b48fd /plugins-root | |
parent | 0de0daccec8cb1ac4b54f0d9b981cf89c1961209 (diff) | |
download | monitoring-plugins-f5074ac7f01ba95469748531b503c56b31e55cc3.tar.gz |
Fix spelling stuffrefs/pull/1928/head
Diffstat (limited to 'plugins-root')
-rw-r--r-- | plugins-root/check_icmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 | * |