diff options
Diffstat (limited to 'modules/notification')
-rw-r--r-- | modules/notification/base/null.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/notification/base/null.go b/modules/notification/base/null.go index e61b37a943..32fe259bca 100644 --- a/modules/notification/base/null.go +++ b/modules/notification/base/null.go @@ -143,7 +143,7 @@ func (*NullNotifier) NotifyPushCommits(pusher *models.User, repo *models.Reposit func (*NullNotifier) NotifyCreateRef(doer *models.User, repo *models.Repository, refType, refFullName string) { } -// NotifyDeleteRef notifies branch or tag deleteion to notifiers +// NotifyDeleteRef notifies branch or tag deletion to notifiers func (*NullNotifier) NotifyDeleteRef(doer *models.User, repo *models.Repository, refType, refFullName string) { } |