From b63d4e99a298272fa249a0c03c712977af57b9ad Mon Sep 17 00:00:00 2001 From: Luca Bigliardi Date: Sat, 20 Feb 2021 11:17:54 +0100 Subject: [PATCH] fix typo Signed-off-by: Luca Bigliardi --- irc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc.go b/irc.go index 24b742b..1816817 100644 --- a/irc.go +++ b/irc.go @@ -37,7 +37,7 @@ const ( var ( ircConnectedGauge = promauto.NewGauge(prometheus.GaugeOpts{ Name: "irc_connected", - Help: "Wether the IRC connection is established", + Help: "Whether the IRC connection is established", }) ircSentMsgs = promauto.NewCounterVec(prometheus.CounterOpts{ Name: "irc_sent_msgs",