diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 18:59:07 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 18:59:07 +0000 |
commit | b8017e7a03bd487e4cea54d37dc73af9155db979 (patch) | |
tree | 944471c695abbfd78c1bcad093b3ae1890ec07b3 /src/if_tcl.c | |
parent | cf0dfa2f18cead35804e200856d49235906a54d0 (diff) | |
download | vim-git-b8017e7a03bd487e4cea54d37dc73af9155db979.tar.gz |
updated for version 7.1b
Diffstat (limited to 'src/if_tcl.c')
-rw-r--r-- | src/if_tcl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/if_tcl.c b/src/if_tcl.c index 4b089ce5d..ce00246bb 100644 --- a/src/if_tcl.c +++ b/src/if_tcl.c @@ -375,7 +375,7 @@ beepcmd(dummy, interp, objc, objv) /* * "::vim::buffer list" - create a list of buffer commands. - * "::vim::bufffer {N}" - create buffer command for buffer N. + * "::vim::buffer {N}" - create buffer command for buffer N. * "::vim::buffer new" - create a new buffer (not implemented) */ /* ARGSUSED */ @@ -1872,7 +1872,7 @@ tcldelthisinterp() * callback, which deletes all refs pointing to this interpreter. * We could garbage-collect the unused ref structs in all windows and * buffers, but unless the user creates hundreds of sub-interpreters - * all refering to lots of windows and buffers, this is hardly worth + * all referring to lots of windows and buffers, this is hardly worth * the effort. Unused refs are recycled by other interpreters, and * all refs are free'd when the window/buffer gets closed by vim. */ |