Skip to content

Commit d0faa52

Browse files
committed
Typo in comment
1 parent f8d395c commit d0faa52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/repo/issue_list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ func issues(ctx *context.Context, milestoneID, projectID int64, isPullOption opt
643643
var issues issues_model.IssueList
644644
{
645645
// Do not repeat the keyword search, since if we had any keyword matches we should
646-
// already have their IDs available in allMatchingIssueIDs.
646+
// already have their IDs available in keywordMatchedIssueIds.
647647
ids, err := issueIDsFromSearch(ctx, "", &issues_model.IssuesOptions{
648648
Paginator: &db.ListOptions{
649649
Page: pager.Paginater.Current(),

0 commit comments

Comments
 (0)