From: Richard M. Stallman Date: Sat, 29 Jan 2000 23:53:44 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: emacs-pretest-21.0.90~5191 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4b265472d682bf2ae1ee2eec288cbefbf8fa95e1;p=emacs.git Fix previous change. --- diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 45f5874ea72..b816b6f2946 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c @@ -328,7 +328,7 @@ main (argc, argv) if (desc < 0) { char *message = (char *) xmalloc (strlen (tempname) + 50); - sprintf (message, "can't create %s to become the lock file", + sprintf (message, "creating %s, which would become the lock file", tempname); pfatal_with_name (message); }