From 3638e4ab18ac320c3ed0b607f07aea309dadee45 Mon Sep 17 00:00:00 2001 From: AllenZMC Date: Fri, 9 Aug 2019 22:19:45 +0800 Subject: [PATCH] fix mis-spelling in fuzz.go (#5848) Signed-off-by: czm --- promql/fuzz.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promql/fuzz.go b/promql/fuzz.go index 40ab846dd..4518280af 100644 --- a/promql/fuzz.go +++ b/promql/fuzz.go @@ -32,7 +32,7 @@ import "github.com/prometheus/prometheus/pkg/textparse" // // Further input samples should go in the folders fuzz-data/ParseMetric/corpus. // -// Repeat for ParseMetricSeletion, ParseExpr and ParseStmt. +// Repeat for ParseMetricSelection, ParseExpr and ParseStmt. // Tuning which value is returned from Fuzz*-functions has a strong influence // on how quick the fuzzer converges on "interesting" cases. At least try