changeset 73688:f5b44958a759

(unexec): Fix typo in output message.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 05 Nov 2006 04:09:46 +0000
parents 420314603844
children cd0ac1c9a67c
files src/unexcw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
     }