commit | 97ea511bbf56d1808260542594cfcdd7e0f963b4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 12 06:46:44 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 12 06:46:44 2010 +0200 |
tree | 9fd7af6c38c256cfb92f0674dd3f289ba9a64bd8 | |
parent | f9b0129f5f236b891c4f2085951c8cc1a79e5784 [diff] [blame] |
Minor typo and docs update.
diff --git a/src/undo.c b/src/undo.c index 22d07d5..592604f 100644 --- a/src/undo.c +++ b/src/undo.c
@@ -1279,7 +1279,7 @@ 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; }