diff options
Diffstat (limited to 'modules/git/repo_branch.go')
-rw-r--r-- | modules/git/repo_branch.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/git/repo_branch.go b/modules/git/repo_branch.go index 01933d7ade..71a81935d6 100644 --- a/modules/git/repo_branch.go +++ b/modules/git/repo_branch.go @@ -16,7 +16,7 @@ const BranchPrefix = "refs/heads/" // AGit Flow -// PullRequestPrefix sepcial ref to create a pull request: refs/for/<targe-branch>/<topic-branch> +// PullRequestPrefix special ref to create a pull request: refs/for/<targe-branch>/<topic-branch> // or refs/for/<targe-branch> -o topic='<topic-branch>' const PullRequestPrefix = "refs/for/" |