From 30be1f48266a0c8bfb080b6df1a4ebee906949b3 Mon Sep 17 00:00:00 2001
From: Sandro Santilli <strk@kbt.io>
Date: Mon, 7 Nov 2016 12:52:55 +0100
Subject: [PATCH] Fix typo in unused constant name

---
 models/pull.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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