0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

updated for version 7.1b

This commit is contained in:
Bram Moolenaar
2007-05-10 19:19:59 +00:00
parent 5f52cff1b3
commit 49325942f5
25 changed files with 249 additions and 78 deletions

View File

@@ -1097,7 +1097,7 @@ mf_write(mfp, hp)
{
/*
* Avoid repeating the error message, this mostly happens when the
* disk is full. We give the message again only after a succesful
* disk is full. We give the message again only after a successful
* write or when hitting a key. We keep on trying, in case some
* space becomes available.
*/
@@ -1189,7 +1189,7 @@ mf_trans_add(mfp, hp)
}
/*
* Lookup a tranlation from the trans lists and delete the entry
* Lookup a translation from the trans lists and delete the entry
*
* Return the positive new number when found, the old number when not found
*/