]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Sat, 29 Jan 2000 23:53:44 +0000 (23:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 29 Jan 2000 23:53:44 +0000 (23:53 +0000)
lib-src/movemail.c

index 45f5874ea72f1fff504e28a548f8e2e6cf0783a7..b816b6f294638c02ddd183e0787bf24c1b1c2f43 100644 (file)
@@ -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);
            }