From 8e58099c511b9dfd90c4f94e2193a916069d6181 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 3 May 2017 15:31:45 +0800 Subject: [PATCH] fix typo Signed-off-by: Bo-Yi Wu --- remote/gitea/gitea.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote/gitea/gitea.go b/remote/gitea/gitea.go index 38e16826c..2ba6c1843 100644 --- a/remote/gitea/gitea.go +++ b/remote/gitea/gitea.go @@ -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 {