Correct typo (#582)
parent
58f50b31f2
commit
e6d031788f
|
@ -110,7 +110,7 @@ func NewFilesystemCollector() (Collector, error) {
|
||||||
|
|
||||||
deviceErrorDesc := prometheus.NewDesc(
|
deviceErrorDesc := prometheus.NewDesc(
|
||||||
prometheus.BuildFQName(Namespace, subsystem, "device_error"),
|
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,
|
filesystemLabelNames, nil,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue