2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Merge pull request #720 from eknagy/patch-1

Fixed typo in comment
This commit is contained in:
sumpfralle 2016-10-16 21:10:04 +02:00 committed by GitHub
commit fa0bd17638

View File

@ -60,7 +60,7 @@ while (@text) {
$status = $3;
}
else {
# sencond line did not exist on /proc/mdstat
# second line did not exist on /proc/mdstat
next;
}