From e6d031788f28d68f8c5a2bd24a29601c47645cfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Gro=C3=9Fe=20Sundrup?= Date: Sun, 14 May 2017 19:46:23 +0200 Subject: [PATCH] Correct typo (#582) --- collector/filesystem_common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collector/filesystem_common.go b/collector/filesystem_common.go index a5554fa7..1dd70b03 100644 --- a/collector/filesystem_common.go +++ b/collector/filesystem_common.go @@ -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, )