Skip to content

Commit c2f7acc

Browse files
committed
fix typo in comment
1 parent 89bb53d commit c2f7acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/user/home.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ func Issues(ctx *context.Context) {
467467

468468
// Execute keyword search for issues.
469469

470-
// Ensure issue list is emtpy if keyword search didn't produce any results.
470+
// Ensure issue list is empty if keyword search didn't produce any results.
471471
var forceEmpty bool
472472
// Required for IssuesOptions.
473473
var issueIDsFromSearch []int64

0 commit comments

Comments
 (0)