Skip to content

Commit 4f86b35

Browse files
author
Martii
committed
Typo fix in preexisting comment
1 parent 3660049 commit 4f86b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/remove.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ exports.rm = function (aReq, aRes, aNext) {
7474
return aNext();
7575
}
7676

77-
// Destory all the sessions belonging to the removed user
77+
// Destroy all the sessions belonging to the removed user
7878
destroySessions(aReq, aUser, function () {
7979
aRes.redirect('/');
8080
});

0 commit comments

Comments
 (0)