mirror of
https://github.com/go-gitea/gitea
synced 2025-10-28 18:08:25 +00:00
Fix various typos in codebase (#35480)
This commit is contained in:
@@ -17,7 +17,7 @@ import (
|
||||
type StateType string
|
||||
|
||||
const (
|
||||
// StateOpen pr is opend
|
||||
// StateOpen pr is opened
|
||||
StateOpen StateType = "open"
|
||||
// StateClosed pr is closed
|
||||
StateClosed StateType = "closed"
|
||||
|
||||
Reference in New Issue
Block a user