diff --git a/src/controllers/topics.js b/src/controllers/topics.js index abc81c3132..6ecebc2364 100644 --- a/src/controllers/topics.js +++ b/src/controllers/topics.js @@ -272,7 +272,7 @@ topicsController.teaser = function(req, res, next) { } if (!canRead) { - return res.status(403).json('[[error:no-priveges]]'); + return res.status(403).json('[[error:no-privileges]]'); } topics.getLatestUndeletedPid(tid, function(err, pid) {