Merge pull request #1331 from gtaylor/bb-spelling

Spelling nit in remote/bitbucket.go. [CI SKIP]
This commit is contained in:
Brad Rydzewski 2015-11-18 18:34:22 -08:00
commit 8c5354c948

View file

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