Skip to content

Commit 9efc119

Browse files
committed
Fix typo
1 parent 4eca76e commit 9efc119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/issue/comments.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func CreateIssueComment(ctx context.Context, doer *user_model.User, repo *repo_m
8080
return nil, err
8181
}
8282

83-
// reaload issue to ensure it has the latest data, especially the number of comments
83+
// reload issue to ensure it has the latest data, especially the number of comments
8484
issue, err = issues_model.GetIssueByID(ctx, issue.ID)
8585
if err != nil {
8686
return nil, err

0 commit comments

Comments
 (0)