From 387d9007a767d052445e9b64ff4fc26d2d0677aa Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 10 Mar 2023 02:40:17 +0900 Subject: [PATCH] chore: fix typo in functions.go (#24133) intial -> initial --- influxql/query/functions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/influxql/query/functions.go b/influxql/query/functions.go index 46f4e888e2..1fc7ebc782 100644 --- a/influxql/query/functions.go +++ b/influxql/query/functions.go @@ -1240,7 +1240,7 @@ type FloatHoltWintersReducer struct { } const ( - // Arbitrary weight for initializing some intial guesses. + // Arbitrary weight for initializing some initial guesses. // This should be in the range [0,1] hwWeight = 0.5 // Epsilon value for the minimization process