diff hgext/extdiff.py @ 8668:aea3a23151bd

fixed typos found in translatable strings This is from a spell-check of hg.pot.
author Martin Geisler <mg@lazybytes.net>
date Sun, 31 May 2009 14:55:51 +0200
parents 46293a0c7e9f
children 87c30fb7e8df
line wrap: on
line diff
--- a/hgext/extdiff.py	Sun May 31 14:53:46 2009 +0200
+++ b/hgext/extdiff.py	Sun May 31 14:55:51 2009 +0200
@@ -35,7 +35,7 @@
 
   # add new command called vimdiff, runs gvimdiff with DirDiff plugin
   # (see http://www.vim.org/scripts/script.php?script_id=102)
-  # Non english user, be sure to put "let g:DirDiffDynamicDiffText = 1" in
+  # Non English user, be sure to put "let g:DirDiffDynamicDiffText = 1" in
   # your .vimrc
   vimdiff = gvim -f '+next' '+execute "DirDiff" argv(0) argv(1)'