From 72682973bde88b575a82edef0aa5236d276f14e9 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Mon, 13 Nov 2017 15:07:54 -0800 Subject: [PATCH] Fix typo in error message --- metric/parse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metric/parse.go b/metric/parse.go index 80fe2ef3f..0fccbeb32 100644 --- a/metric/parse.go +++ b/metric/parse.go @@ -416,7 +416,7 @@ func scanFields(buf []byte, i int) (int, []byte, error) { } if quotes != 0 && quotes != 2 { - return i, buf[start:i], makeError("unescaped/ublanaced quotes", buf, i) + return i, buf[start:i], makeError("unbalanced quotes", buf, i) } // check that all field sections had key and values (e.g. prevent "a=1,b"