Correct typo (#582)
This commit is contained in:
parent
58f50b31f2
commit
e6d031788f
|
@ -110,7 +110,7 @@ func NewFilesystemCollector() (Collector, error) {
|
|||
|
||||
deviceErrorDesc := prometheus.NewDesc(
|
||||
prometheus.BuildFQName(Namespace, subsystem, "device_error"),
|
||||
"Whether an error occured while getting statistics for the given device.",
|
||||
"Whether an error occurred while getting statistics for the given device.",
|
||||
filesystemLabelNames, nil,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue