Fix previous change.

This commit is contained in:
Richard M. Stallman 2000-01-29 23:53:44 +00:00
parent b08e8bb20d
commit 4b265472d6

View 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);
}