summaryrefslogtreecommitdiff
path: root/src/unexcw.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-11-05 04:11:47 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-11-05 04:11:47 +0000
commit60a294e2e92457c71ea42069886cced6614da51e (patch)
treed48aecdec19d63339ad15c1a041bce4941a2ac8a /src/unexcw.c
parentbd45aef790bda6b20f723740dcce476aec1aa8b1 (diff)
(unexec): Fix typo in output message.
Diffstat (limited to 'src/unexcw.c')
-rw-r--r--src/unexcw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexcw.c b/src/unexcw.c
index aee4f58896c..92e313c05d6 100644
--- a/src/unexcw.c
+++ b/src/unexcw.c
@@ -262,7 +262,7 @@ unexec (char *outfile, char *infile, unsigned start_data, unsigned d1,
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);
}