From 93d8bee8466e857185f5b845d771cc11fdfbabfb Mon Sep 17 00:00:00 2001 From: Vaibhav Bhembre Date: Mon, 25 Jan 2016 17:21:49 +0000 Subject: [PATCH] Fix comment typo --- collectors/cluster_usage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collectors/cluster_usage.go b/collectors/cluster_usage.go index cceea8a..ec7a543 100644 --- a/collectors/cluster_usage.go +++ b/collectors/cluster_usage.go @@ -34,7 +34,7 @@ type ClusterUsageCollector struct { // GlobalCapacity displays the total storage capacity of the cluster. This // information is based on the actual no. of objects that are allocated. It - // does not take overcommittment into consideration. + // does not take overcommitment into consideration. GlobalCapacity prometheus.Gauge // UsedCapacity shows the storage under use.