From 1af6145fa1055eca9da633ff114a151cef1cfdf0 Mon Sep 17 00:00:00 2001 From: Nate Finch Date: Mon, 27 Sep 2021 00:16:39 -0400 Subject: [PATCH] fix spelling Co-authored-by: Paul Burlumi --- parse/parse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse/parse.go b/parse/parse.go index a7b1718b..5ab0070f 100644 --- a/parse/parse.go +++ b/parse/parse.go @@ -55,7 +55,7 @@ type Function struct { var _ sort.Interface = (Functions)(nil) // Functions implements sort interface to optimize compiled output with -// determanistic generated mainfile. +// deterministic generated mainfile. type Functions []*Function func (s Functions) Len() int {