summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--weather.go2
1 files changed, 1 insertions, 1 deletions
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",
},
})
}