From 68a71b7baadb3e2fd8e68f679a58e484f23d025d Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Wed, 18 Nov 2015 14:29:50 -0800 Subject: [PATCH] Spelling nit in remote/bitbucket.go. --- remote/bitbucket/bitbucket.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,