diff options
author | Sandro Santilli <strk@kbt.io> | 2016-11-07 12:52:55 +0100 |
---|---|---|
committer | Sandro Santilli <strk@kbt.io> | 2016-11-07 16:06:21 +0100 |
commit | 30be1f48266a0c8bfb080b6df1a4ebee906949b3 (patch) | |
tree | ea8524042dd677fb7dbd68da0b122404b284b4a2 /models | |
parent | 145ab5c89a626f9ef0c289bdf6b83826339e482a (diff) | |
download | gitea-30be1f48266a0c8bfb080b6df1a4ebee906949b3.tar.gz gitea-30be1f48266a0c8bfb080b6df1a4ebee906949b3.zip |
Fix typo in unused constant name
Diffstat (limited to 'models')
-rw-r--r-- | models/pull.go | 2 |
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 |