summaryrefslogtreecommitdiffstats
path: root/models
diff options
context:
space:
mode:
Diffstat (limited to 'models')
-rw-r--r--models/pull.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/pull.go b/models/pull.go
index 20ea1b87c5..adb5ab74f0 100644
--- a/models/pull.go
+++ b/models/pull.go
@@ -27,7 +27,7 @@ type PullRequestType int
const (
PULL_REQUEST_GITEA PullRequestType = iota
- PLLL_ERQUEST_GIT
+ PULL_REQUEST_GIT
)
type PullRequestStatus int