From e9820a2241c8991b1d2dd84f008cf841053b8296 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 17 Apr 2023 23:12:44 +0300 Subject: typo --- state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/state.go b/state.go index 25d0ca3..bd28f9f 100644 --- a/state.go +++ b/state.go @@ -121,7 +121,7 @@ func (s state) report() (string, string, bool) { return count } - sb.WriteString("This is the recent Googios report!\n\n") + sb.WriteString("This is the recent Gogios report!\n\n") numCriticals := f(func(i int) bool { return i == 2 }) if numCriticals > 0 { -- cgit v1.2.3