Spelling nit in remote/bitbucket.go.

This commit is contained in:
Greg Taylor 2015-11-18 14:29:50 -08:00
parent c81e08d96d
commit 68a71b7baa

View file

@ -402,7 +402,7 @@ func (bb *Bitbucket) pushHook(r *http.Request) (*model.Repo, *model.Build, error
continue continue
} }
// return the updated repsitory information and the // return the updated repository information and the
// build information. // build information.
return convertRepo(&hook.Repo), &model.Build{ return convertRepo(&hook.Repo), &model.Build{
Event: model.EventPush, Event: model.EventPush,