diff options
Diffstat (limited to 'models/notification.go')
-rw-r--r-- | models/notification.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/notification.go b/models/notification.go index 46d63b4823..69f96bb5e6 100644 --- a/models/notification.go +++ b/models/notification.go @@ -66,7 +66,7 @@ func (n *Notification) BeforeInsert() { n.UpdatedUnix = nowUnix } -// BeforeUpdate runs while updateing a record +// BeforeUpdate runs while updating a record func (n *Notification) BeforeUpdate() { var ( now = time.Now() |