mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-23 20:36:21 +01:00
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
Block a user