Skip to content

Commit 98584fb

Browse files
committed
Merge pull request #822 from Martii/commentCleanup
Comment cleanup Auto-merge
2 parents 3bae142 + 77ebbb3 commit 98584fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/auth.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ exports.auth = function (aReq, aRes, aNext) {
7676
function auth() {
7777
var authenticate = null;
7878

79-
// Just in case some dumbass tries a bad /auth/* url
79+
// Just in case someone tries a bad /auth/* url
8080
if (!strategyInstances[strategy]) {
8181
aNext();
8282
return;

0 commit comments

Comments
 (0)