From d7854edeb2d3f31586e3b537295a3a49484b72b8 Mon Sep 17 00:00:00 2001 From: webzwo0i Date: Tue, 2 Feb 2016 11:49:20 +0100 Subject: [PATCH] fix typo --- src/node/db/SessionManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/db/SessionManager.js b/src/node/db/SessionManager.js index f8000e47e..d6bd4f829 100644 --- a/src/node/db/SessionManager.js +++ b/src/node/db/SessionManager.js @@ -86,7 +86,7 @@ exports.createSession = function(groupID, authorID, validUntil, callback) //check validUntil and create the session db entry function(callback) { - //check if rev is a number + //check if validUntil is a number if(typeof validUntil != "number") { //try to parse the number