Correct typo (#582)

This commit is contained in:
Jonas Große Sundrup 2017-05-14 19:46:23 +02:00 committed by Ben Kochie
parent 58f50b31f2
commit e6d031788f
1 changed files with 1 additions and 1 deletions

View File

@ -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,
)