Fixes a spelling in a function name

This commit is contained in:
Robin Lambertz 2013-01-27 02:46:52 +00:00
parent 4a7b1e48cd
commit 374ec71447

View file

@ -123,7 +123,7 @@ function createServer(options) {
verifyToken: client.verifyToken
});
} else {
logInClient();
loginClient();
}
}