correct some spelling

This commit is contained in:
Dean Karn
2017-04-21 22:13:16 -04:00
parent c9ac93f3b3
commit 0d7e42cf96
3 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ const (
GitLab
)
// Webhook interface defines a webhook to recieve events
// Webhook interface defines a webhook to receive events
type Webhook interface {
Provider() Provider
ParsePayload(w http.ResponseWriter, r *http.Request)