On Thu, Jun 26, 2008 at 7:33 AM, John Beckett wrote:
> Dominique Pelle wrote:
>> Thanks for Vim-7.2a-beta, so far it looks good. I ran the
>> spelling checker on the help files vim7/runtime/doc/*txt of
>> Vim-7.2a-beta, and found a few minor typos. I attach the patch.
>
> I just did a similar check and found a couple more (I missed several of
> yours!).
>
> Put following in a file (say fix.txt) in the doc directory, then run 'vim -q
> fix.txt'.
>
> if_tcl.txt:410:13: exr --> expr
> todo.txt:312:19: remoete --> remote
> todo.txt:1730:15: theck --> check
> version7.txt:6198:38: cound --> sound
You meant: cound -> count ([...] that changes the byte cound [...])
Another typo in a message:
diff -c -r1.117 fileio.c
*** fileio.c 24 Jun 2008 21:02:45 -0000 1.117
--- fileio.c 26 Jun 2008 19:54:18 -0000
***************
*** 3203,3209 ****
else
{
errnum = (char_u *)"E656: ";
! errmsg = (char_u *)_("NetBeans dissallows writes of
unmodified buffers");
buffer = NULL;
goto fail;
}
--- 3203,3209 ----
else
{
errnum = (char_u *)"E656: ";
! errmsg = (char_u *)_("NetBeans disallows writes of
unmodified buffers");
buffer = NULL;
goto fail;
}
-- Dominique
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---