From: XhmikosR Date: Thu, 29 Aug 2013 14:38:12 +0000 (+0300) Subject: Fix typos. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=3f954578d5ffc2aeb323504c7de73b79f18b8b83;p=clean-css.git Fix typos. --- diff --git a/lib/text/comments.js b/lib/text/comments.js index 644e71dd..d5543e14 100644 --- a/lib/text/comments.js +++ b/lib/text/comments.js @@ -3,7 +3,7 @@ module.exports = function Comments(keepSpecialComments, keepBreaks, lineBreak) { return { // Strip special comments (/*! ... */) by replacing them by __CSSCOMMENT__ marker - // for further restoring. Plain comments are removed. It's done by scanning datq using + // for further restoring. Plain comments are removed. It's done by scanning data using // String#indexOf scanning instead of regexps to speed up the process. escape: function(data) { var tempData = [];