]> source.dussan.org Git - gitea.git/commitdiff
routers/routes/web: Fix typo in comment (#14729)
authorJacob Hrbek <kreyren@fsfe.org>
Thu, 18 Feb 2021 14:47:23 +0000 (14:47 +0000)
committerGitHub <noreply@github.com>
Thu, 18 Feb 2021 14:47:23 +0000 (22:47 +0800)
routers/routes/web.go

index a6af64f8748ee8af1dbed3bac239f2ef3554453b..b3edd8f71359c5fbb332f30a52795f515294b053 100644 (file)
@@ -708,7 +708,7 @@ func RegisterRoutes(m *web.Route) {
                                m.Get("/choose", context.RepoRef(), repo.NewIssueChooseTemplate)
                        })
                }, context.RepoMustNotBeArchived(), reqRepoIssueReader)
-               // FIXME: should use different URLs but mostly same logic for comments of issue and pull reuqest.
+               // FIXME: should use different URLs but mostly same logic for comments of issue and pull request.
                // So they can apply their own enable/disable logic on routers.
                m.Group("/issues", func() {
                        m.Group("/{index}", func() {