Fix typos.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Thu, 29 Aug 2013 14:38:12 +0000 (17:38 +0300)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Thu, 29 Aug 2013 14:44:00 +0000 (17:44 +0300)
lib/text/comments.js

index 644e71d..d5543e1 100644 (file)
@@ -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 = [];