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