diff contrib/vim/hgcommand.vim @ 17537:31f32a96e1e3

Merge spelling fixes
author Bryan O'Sullivan <bryano@fb.com>
date Tue, 11 Sep 2012 08:36:09 -0700
parents e7cfe3587ea4 c875bdfb34b1
children 86531a7038ed
line wrap: on
line diff
--- 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