]> granicus.if.org Git - graphviz/commitdiff
fix spelling
authorellson <devnull@localhost>
Sun, 14 Sep 2008 00:44:48 +0000 (00:44 +0000)
committerellson <devnull@localhost>
Sun, 14 Sep 2008 00:44:48 +0000 (00:44 +0000)
plugin/xlib/vimdot.sh

index 3a07af1c23f87721445a4630840d5fd7e8c25256..49e1b807f8c0cf05d16392f5d7df001940d00953 100755 (executable)
@@ -12,8 +12,9 @@ digraph noname {
 // the layout in the graphviz window will be updated.
 
        vim [href="http://www.vim.org/"]
-       dot [href="http://www.graphviz.org"]
+       dot [href="http://www.graphviz.org/"]
        vimdot [href="file:///usr/bin/vimdot"]
+
        {vim dot} -> vimdot
 }
 EOF
@@ -22,5 +23,5 @@ if ! test -w $f; then echo "warning: $f is not writable";fi
 
 # dot -Txlib watches the file $f for changes using inotify()
 dot -Txlib $f &
-# open an editor in the file (coudl be any editor)
+# open an editor in the file (could be any editor)
 gvim $f &