From bf6c855810e657421cb5f46943e5e96085c5c16e Mon Sep 17 00:00:00 2001 From: Wei Zhao Date: Mon, 3 Aug 2015 19:03:26 +0800 Subject: [PATCH] Fix typo "fetch" --- server/handler/hook.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/handler/hook.go b/server/handler/hook.go index 1b46ceb20..28b39a9a8 100644 --- a/server/handler/hook.go +++ b/server/handler/hook.go @@ -88,7 +88,7 @@ func PostHook(c web.C, w http.ResponseWriter, r *http.Request) { return } - // featch the .drone.yml file from the database + // fetch the .drone.yml file from the database yml, err := remote.GetScript(user, repo, hook) if err != nil { w.WriteHeader(http.StatusBadRequest)