Skip to content

Commit

Permalink
Typo fix in preexisting comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Martii committed Jan 11, 2015
1 parent 3660049 commit 4f86b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/remove.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ exports.rm = function (aReq, aRes, aNext) {
return aNext();
}

// Destory all the sessions belonging to the removed user
// Destroy all the sessions belonging to the removed user
destroySessions(aReq, aUser, function () {
aRes.redirect('/');
});
Expand Down

0 comments on commit 4f86b35

Please sign in to comment.