contrib/vim/hgcommand.vim
changeset 17537 31f32a96e1e3
parent 17424 e7cfe3587ea4
parent 17522 c875bdfb34b1
child 19023 86531a7038ed
--- a/contrib/vim/hgcommand.vim	Tue Sep 11 00:12:07 2012 +0200
+++ b/contrib/vim/hgcommand.vim	Tue Sep 11 08:36:09 2012 -0700
@@ -27,7 +27,7 @@
 "
 " You still can read the documentation at the end of this file. Locate it by
 " searching the "hgcommand-contents" string (and set ft=help to have
-" appropriate syntaxic coloration).
+" appropriate syntactic coloration).
 
 " Section: Plugin header {{{1
 
@@ -752,7 +752,7 @@
     " Protect against case and backslash issues in Windows.
     let autoPattern = '\c' . messageFileName
 
-    " Ensure existance of group
+    " Ensure existence of group
     augroup HGCommit
     augroup END