# HG changeset patch # User Steve Losh # Date 1286925856 14400 # Node ID 072ecb446535ee570223941cd939d40774b2a8e8 # Parent d13b27b66534f07a5aa4bd81220c0375e3f45007 Fix typo. diff -r d13b27b66534 -r 072ecb446535 plugin/gundo.vim --- a/plugin/gundo.vim Tue Oct 12 19:22:02 2010 -0400 +++ b/plugin/gundo.vim Tue Oct 12 19:24:16 2010 -0400 @@ -1,6 +1,6 @@ " ============================================================================ " File: gundo.vim -" Description: vim global plugin to visualizer your undo tree +" Description: vim global plugin to visualize your undo tree " Maintainer: Steve Losh " License: GPLv2+ -- look it up. " Notes: Much of this code was thiefed from Mercurial, and the rest was