chore: fix misspelling

This commit is contained in:
Yordis Prieto Lazo
2022-12-18 22:19:16 -05:00
parent 2f959a773c
commit 0842910049
16 changed files with 31 additions and 30 deletions

View File

@@ -274,7 +274,7 @@ func (dc *diskCollector) collect() {
// to make sure that the rows are not duplicated
// we display only the only one row even if there are
// mutiple rows for the same disk.
// multiple rows for the same disk.
seen := make(map[string]bool)
for _, partition := range partitions {
if seen[partition.Device] {