# HG changeset patch # User Juanma Barranquero # Date 1162699786 0 # Node ID f5b44958a7594f7c3a3bc16125e2a572b25022da # Parent 420314603844c2ab3d34d74630f5c74284143087 (unexec): Fix typo in output message. diff -r 420314603844 -r f5b44958a759 src/unexcw.c --- a/src/unexcw.c Sun Nov 05 04:08:48 2006 +0000 +++ b/src/unexcw.c Sun Nov 05 04:09:46 2006 +0000 @@ -262,7 +262,7 @@ if (bss_sbrk_did_unexec) { /* can only dump once */ - printf ("You can only dump emacs once on this platform.\n"); + printf ("You can only dump Emacs once on this platform.\n"); return (1); }