From a43882dbaba974123a4bc348fd317a430abc49d9 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 21 Sep 2015 16:49:38 +0200 Subject: Typo --- weather.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weather.go') diff --git a/weather.go b/weather.go index 30c9be9..1c9792b 100644 --- a/weather.go +++ b/weather.go @@ -24,7 +24,7 @@ func (_ Weather) Handle(conn *irc.Conn, line *irc.Line) { func init() { Register("weather", &Weather{ Command{ - Help: "Fertch current weather", + Help: "Fetch current weather", }, }) } -- cgit v1.2.3