From 471311dfaf854ac7616bba31c7066e798e9e66da Mon Sep 17 00:00:00 2001 From: nukleus Date: Sat, 17 Nov 2012 19:18:47 +0000 Subject: [PATCH] Update plugins/network/ip_forward_ Fix typos in plugins/network/ip_forward_ --- plugins/network/ip_forward_ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/network/ip_forward_ b/plugins/network/ip_forward_ index 3e4e6efc..cd30fb8a 100755 --- a/plugins/network/ip_forward_ +++ b/plugins/network/ip_forward_ @@ -1,6 +1,6 @@ #!/bin/sh # -# Wildcard-plugin to monitor forward traffic for network inretfaces through iptables. To monitor an +# Wildcard-plugin to monitor forward traffic for network interfaces through iptables. To monitor an # interface, link if_forward_ to this file. E.g. # # ln -s /usr/share/node/node/plugins-auto/if_forward_ /etc/munin/node.d/if_forward_eth0 @@ -57,7 +57,7 @@ if [ "$1" = "config" ]; then echo 'graph_args --base 1000' echo 'graph_vlabel bits per ${graph_period}' echo 'graph_category network' - echo "graph_info This graph shows only FORWARD traffic that pass trough the interface." + echo "graph_info This graph shows only FORWARD traffic that pass through the interface." echo 'out.label sent' echo 'out.type DERIVE' echo 'out.min 0'