summaryrefslogtreecommitdiff
path: root/src/undo.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-06-12 06:46:44 +0200
committerBram Moolenaar <Bram@vim.org>2010-06-12 06:46:44 +0200
commit97ea511bbf56d1808260542594cfcdd7e0f963b4 (patch)
tree9fd7af6c38c256cfb92f0674dd3f289ba9a64bd8 /src/undo.c
parentf9b0129f5f236b891c4f2085951c8cc1a79e5784 (diff)
downloadvim-git-97ea511bbf56d1808260542594cfcdd7e0f963b4.tar.gz
Minor typo and docs update.
Diffstat (limited to 'src/undo.c')
-rw-r--r--src/undo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/undo.c b/src/undo.c
index 22d07d501..592604ff3 100644
--- a/src/undo.c
+++ b/src/undo.c
@@ -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;
}