Fix typo "fetch"

This commit is contained in:
Wei Zhao 2015-08-03 19:03:26 +08:00
parent 972654e863
commit bf6c855810

View file

@ -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)