summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-04-17 23:12:44 +0300
committerPaul Buetow <paul@buetow.org>2023-04-17 23:12:44 +0300
commite9820a2241c8991b1d2dd84f008cf841053b8296 (patch)
tree86b579476d9fc67163c52753b5fbea1affa618bf
parent204c0c88104ce130bdeabfd73c735b7ef33e2f57 (diff)
typo
-rw-r--r--state.go2
1 files changed, 1 insertions, 1 deletions
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 {