Skip to content

Commit

Permalink
Spelling nit in remote/bitbucket.go.
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Taylor committed Nov 18, 2015
1 parent c81e08d commit 68a71b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote/bitbucket/bitbucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 68a71b7

Please sign in to comment.