diff --git a/remote/bitbucket/bitbucket.go b/remote/bitbucket/bitbucket.go index d1110c7b..8965294f 100644 --- a/remote/bitbucket/bitbucket.go +++ b/remote/bitbucket/bitbucket.go @@ -402,7 +402,7 @@ func (bb *Bitbucket) pushHook(r *http.Request) (*model.Repo, *model.Build, error continue } - // return the updated repsitory information and the + // return the updated repository information and the // build information. return convertRepo(&hook.Repo), &model.Build{ Event: model.EventPush,