From 2482431dd23d85549141e1222eeb828a7a6cd42e Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 8 Aug 2022 23:31:32 -0400 Subject: [PATCH] spelling: concatenate Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.go b/utils.go index c3ff632..c70fb96 100644 --- a/utils.go +++ b/utils.go @@ -160,7 +160,7 @@ func init() { // return false // } // - // Or concatentate all these regexps using groups i.e. + // Or concatenate all these regexps using groups i.e. // // `(regexp1)|(regexp2)|(regexp3)|...` //