Fix gofmt -s and spelling issues

This commit is contained in:
Tobias Schmidt 2017-02-28 13:50:45 -04:00
commit abdebef47c
3 changed files with 8 additions and 8 deletions

View file

@ -419,7 +419,7 @@ func NewMountStatsCollector() (Collector, error) {
NFSEventVFSLockTotal: prometheus.NewDesc(
prometheus.BuildFQName(Namespace, subsystem, "event_vfs_lock_total"),
"Number of times locking has been attemped on a file.",
"Number of times locking has been attempted on a file.",
labels,
nil,
),