1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

spelling fixes (2nd try)

This commit is contained in:
klemens 2017-04-17 22:43:38 +02:00
parent e3169d5930
commit 8589c6df43
62 changed files with 82 additions and 72 deletions

View file

@ -124,8 +124,8 @@ address with the copyright notice upgrade with your name.
$astman->disconnect;
# Some idiot who wrote the SpanDSP code spelled "Negotiation" wrong.
print "t38_failed.value $faxstats{'Spandsp T.38'}{'Negotation Failed'}\n";
print "g711_failed.value $faxstats{'Spandsp G.711'}{'Negotation Failed'}\n";
print "t38_failed.value $faxstats{'Spandsp T.38'}{'Negotiation Failed'}\n";
print "g711_failed.value $faxstats{'Spandsp G.711'}{'Negotiation Failed'}\n";
exit( 0 );