From 80c468fa9b42342653d12d3bfdeaae4a3b12adaf Mon Sep 17 00:00:00 2001 From: Public Profile Date: Sat, 26 Mar 2022 16:40:08 -0700 Subject: [PATCH] [fix] spelling (brilliant little tool) --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 642cdc3..66351e4 100644 --- a/main.go +++ b/main.go @@ -417,5 +417,5 @@ func main() { go netRoutine(tnet) } - select{} // sleep etnerally + select{} // sleep eternally }