This commit is contained in:
François de Metz
2016-05-18 15:14:50 +02:00
committed by Cameron Sparr
parent 3a01b6d5b7
commit a87d6f0545

View File

@@ -334,5 +334,5 @@ func NewEvent(r []byte, t string) (Event, error) {
case "watch":
return newWatch(r)
}
return nil, &newEventError{"Not a recgonized event type"}
return nil, &newEventError{"Not a recognized event type"}
}