diff src/undo.c @ 2262:771f21e35ec5 vim73

Minor typo and docs update.
author Bram Moolenaar <bram@vim.org>
date Sat, 12 Jun 2010 06:46:44 +0200
parents 646d34788036
children ae2e615a7320
line wrap: on
line diff
--- 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;
     }