From e65896351a54c5ff4d9f20c7a854659e22b7c96f Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 29 Apr 2014 21:32:54 -0400 Subject: [PATCH] checkReplace typo --- src/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notifications.js b/src/notifications.js index e6a6c4baf9..2ec49ebc7e 100644 --- a/src/notifications.js +++ b/src/notifications.js @@ -168,7 +168,7 @@ var async = require('async'), checkAndRemove('uid:' + uid + ':notifications:unread', next); }, function(next) { - checkAndRemove('uid:' + uid + ':notifcations:read', next); + checkAndRemove('uid:' + uid + ':notifications:read', next); } ], function(err) { if (!err) {