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