changeset 17491:fd28974f6f66

spelling: existence
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:18 -0700
parents a03c3ba3e4b5
children 973c2b0b403c
files contrib/vim/hgcommand.vim
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/vim/hgcommand.vim	Fri Aug 17 13:58:18 2012 -0700
+++ b/contrib/vim/hgcommand.vim	Fri Aug 17 13:58:18 2012 -0700
@@ -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