Fix typo. (#1220)
This commit is contained in:
committed by
Cameron Sparr
parent
3a01b6d5b7
commit
a87d6f0545
@@ -334,5 +334,5 @@ func NewEvent(r []byte, t string) (Event, error) {
|
|||||||
case "watch":
|
case "watch":
|
||||||
return newWatch(r)
|
return newWatch(r)
|
||||||
}
|
}
|
||||||
return nil, &newEventError{"Not a recgonized event type"}
|
return nil, &newEventError{"Not a recognized event type"}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user