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'