]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/textmodes/css-mode.el: Fix typo in comment.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 16 Mar 2014 03:48:56 +0000 (04:48 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 16 Mar 2014 03:48:56 +0000 (04:48 +0100)
lisp/textmodes/css-mode.el

index dbb4988501f2a8fe568bd973570210b44c726ef7..1a07269c9e9144e90c2c5e3c0ac4318dde2011d7 100644 (file)
     ;; FIXME: attribute selectors don't work well because they may contain
     ;; strings which have already been highlighted as f-l-string-face and
     ;; thus prevent this highlighting from being applied (actually now that
-    ;; I use `append' this should work better).  But really the part of hte
+    ;; I use `append' this should work better).  But really the part of the
     ;; selector between [...] should simply not be highlighted.
     (,(concat "^\\([ \t]*[^@:{}\n][^:{}]+\\(?::" (regexp-opt css-pseudo-ids t)
               "\\(?:([^)]+)\\)?[^:{\n]*\\)*\\)\\(?:\n[ \t]*\\)*{")