From bb8b08e2ca4aa00f08acc586e4ab715f08b0a903 Mon Sep 17 00:00:00 2001 From: Joe Farrell Date: Fri, 3 Jun 2016 18:01:04 +0100 Subject: [PATCH] Fixed typo in docstring --- services/graphite/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/graphite/config.go b/services/graphite/config.go index b3ea197f98..c4dc17c0d2 100644 --- a/services/graphite/config.go +++ b/services/graphite/config.go @@ -23,7 +23,7 @@ const ( DefaultConsistencyLevel = "one" // DefaultSeparator is the default join character to use when joining multiple - // measurment parts in a template. + // measurement parts in a template. DefaultSeparator = "." // DefaultBatchSize is the default write batch size.