From 3f954578d5ffc2aeb323504c7de73b79f18b8b83 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 29 Aug 2013 17:38:12 +0300 Subject: [PATCH] Fix typos. --- lib/text/comments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = []; -- 2.34.1