From 867f4c557dcd499f85056134453b755d62d706eb Mon Sep 17 00:00:00 2001 From: Jacob Hrbek Date: Thu, 18 Feb 2021 14:47:23 +0000 Subject: [PATCH] routers/routes/web: Fix typo in comment (#14729) --- routers/routes/web.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/routes/web.go b/routers/routes/web.go index a6af64f87..b3edd8f71 100644 --- a/routers/routes/web.go +++ b/routers/routes/web.go @@ -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() {