1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-23 06:35:42 +00:00

typo fixed

This commit is contained in:
KARASZI Istvn 2010-12-13 14:05:34 +01:00 committed by Steve Schnepp
parent 9f9a503e70
commit 1e42e4a056

View file

@ -90,7 +90,7 @@ sub getCapacity {
} elsif ($line =~ /^Present Capacity: (\d+)/) {
printf("present.value %d\n", $1);
} elsif ($line =~ /^DFS Remaining: (\d+)/) {
printf("remainig.value %d\n", $1);
printf("remaining.value %d\n", $1);
}
}