summaryrefslogtreecommitdiff
path: root/weather.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-09-21 16:49:38 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-09-21 16:49:38 +0200
commita43882dbaba974123a4bc348fd317a430abc49d9 (patch)
treedd58e7e90301d85cad8446c09dd2ac1465f62c9b /weather.go
parent28d101636212e8e539512916c4587ea8bf657ddb (diff)
Typo
Diffstat (limited to 'weather.go')
-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",
},
})
}