changeset 5853:cbeedd63f9d4

spelling: notification
author timeless@gmail.com
date Tue, 03 May 2016 12:08:11 +0000
parents 0d6b8abd8652
children 87ac42db389c
files kallithea/model/db.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/model/db.py	Tue May 03 12:07:13 2016 +0000
+++ b/kallithea/model/db.py	Tue May 03 12:08:11 2016 +0000
@@ -2441,7 +2441,7 @@
             Session().add(un)
 
         Session().add(notification)
-        Session().flush() # assign notificaiton.notification_id
+        Session().flush() # assign notification.notification_id
         return notification
 
     @property