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 {