From 77ebbb3f6b20b01f5d02e1623c6047ced4f6c6f3 Mon Sep 17 00:00:00 2001 From: Martii Date: Wed, 11 Nov 2015 06:37:46 -0700 Subject: [PATCH] Comment cleanup * And one more colorful metaphor change --- controllers/auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/auth.js b/controllers/auth.js index 95f095142..f5950d924 100644 --- a/controllers/auth.js +++ b/controllers/auth.js @@ -76,7 +76,7 @@ exports.auth = function (aReq, aRes, aNext) { function auth() { var authenticate = null; - // Just in case some dumbass tries a bad /auth/* url + // Just in case someone tries a bad /auth/* url if (!strategyInstances[strategy]) { aNext(); return;