mirror of
https://github.com/go-gitea/gitea.git
synced 2025-11-04 21:06:03 +01: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