0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

Minor typo and docs update.

This commit is contained in:
Bram Moolenaar
2010-06-12 06:46:44 +02:00
parent f9b0129f5f
commit 97ea511bbf
3 changed files with 23 additions and 13 deletions

View File

@@ -1279,7 +1279,7 @@ u_write_undo(name, forceit, buf, hash)
if (buf->b_u_numhead == 0 && buf->b_u_line_ptr == NULL)
{
if (p_verbose > 0)
verb_msg((char_u *)_("Skipping undo file write, noting to undo"));
verb_msg((char_u *)_("Skipping undo file write, nothing to undo"));
goto theend;
}