Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed May 24, 2017
1 parent 1417948 commit 8e58099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote/gitea/gitea.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const (
DescDeclined = "the build was rejected"
)

// getStatus is a helper functin that converts a Drone
// getStatus is a helper function that converts a Drone
// status to a Gitea status.
func getStatus(status string) gitea.StatusState {
switch status {
Expand Down

0 comments on commit 8e58099

Please sign in to comment.