浏览代码

Fixing typo.

Trevor Strieber 11 年之前
父节点
当前提交
8355233f7f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      plugins/colorize/colorize.plugin.zsh

+ 2 - 2
plugins/colorize/colorize.plugin.zsh

@@ -1,4 +1,4 @@
-# Plugin for highligthing file content
+# Plugin for highlighting file content
 # Plugin highlights file content based on the filename extension.
 # Plugin highlights file content based on the filename extension.
 # If no highlighting method supported for given extension then it tries 
 # If no highlighting method supported for given extension then it tries 
 # guess it by looking for file content.
 # guess it by looking for file content.
@@ -25,4 +25,4 @@ colorize_via_pygmentize() {
             pygmentize -g "$FNAME"
             pygmentize -g "$FNAME"
         fi
         fi
     done
     done
-}
+}