From 57c0e46b0ff62a163584c5cf282fd40226911a7a Mon Sep 17 00:00:00 2001 From: mfn Date: Thu, 10 Jun 2010 00:05:32 +0200 Subject: [PATCH] Fixed typ0 on line 91 and 95 (changed grap_args to graph_args) --- plugins/other/snmp_memory | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/other/snmp_memory b/plugins/other/snmp_memory index b5e16450..67f78064 100755 --- a/plugins/other/snmp_memory +++ b/plugins/other/snmp_memory @@ -88,11 +88,11 @@ if (defined $ARGV[0] and $ARGV[0] eq "config") if ($memsize > 0) { - print "grap_args --base 1024 -l 0 --upper-limit $memsize\n"; + print "graph_args --base 1024 -l 0 --upper-limit $memsize\n"; } else { - print "grap_args --base 1024 -l 0\n"; + print "graph_args --base 1024 -l 0\n"; } print "memory.draw AREA\n";