1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-24 18:07:20 +00: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;
}