aboutsummaryrefslogtreecommitdiffstats
path: root/modules/notification/ui/ui.go
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2020-04-30 21:24:08 +0100
committerGitHub <noreply@github.com>2020-04-30 21:24:08 +0100
commit4974b7c120102b49548197e58c7a58181ba52170 (patch)
treea7769043d9c541bfd1af688ffa7fa76b75b99223 /modules/notification/ui/ui.go
parentab69b9b1a60a83cf2b5d6c021da0cb35540df10f (diff)
downloadgitea-4974b7c120102b49548197e58c7a58181ba52170.tar.gz
gitea-4974b7c120102b49548197e58c7a58181ba52170.zip
Fix spelling mistake with Rewiew (#11262)
Signed-off-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'modules/notification/ui/ui.go')
-rw-r--r--modules/notification/ui/ui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/notification/ui/ui.go b/modules/notification/ui/ui.go
index 6ce14a90cc..7f7de10bed 100644
--- a/modules/notification/ui/ui.go
+++ b/modules/notification/ui/ui.go
@@ -121,7 +121,7 @@ func (ns *notificationService) NotifyIssueChangeAssignee(doer *models.User, issu
}
}
-func (ns *notificationService) NotifyPullRewiewRequest(doer *models.User, issue *models.Issue, reviewer *models.User, isRequest bool, comment *models.Comment) {
+func (ns *notificationService) NotifyPullReviewRequest(doer *models.User, issue *models.Issue, reviewer *models.User, isRequest bool, comment *models.Comment) {
if isRequest {
var opts = issueNotificationOpts{
IssueID: issue.ID,