Skip to content

Commit 77ebbb3

Browse files
author
Martii
committed
Comment cleanup
* And one more colorful metaphor change
1 parent 560219b commit 77ebbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/auth.js

Lines changed: 1 addition & 1 deletion
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)