From: Taylor R Campbell Date: Fri, 1 Apr 2011 15:11:23 +0000 (+0000) Subject: Fix typo in termination message. X-Git-Tag: 20110426-Gtk~2^2~23 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=00e89c05993ccdf19675fc979678634b6c218332;p=mit-scheme.git Fix typo in termination message. --- diff --git a/src/microcode/errors.h b/src/microcode/errors.h index 6fcefdd2d..9baf4346d 100644 --- a/src/microcode/errors.h +++ b/src/microcode/errors.h @@ -239,7 +239,7 @@ USA. #define TERM_MESSAGE_TABLE \ { \ -/* 0x00 */ "Moriturus te saluto", \ +/* 0x00 */ "Romanes eunt domus", \ /* 0x01 */ "Unrecoverable error while loading a band", \ /* 0x02 */ "Broken heart encountered", \ /* 0x03 */ "Non pointer relocation", \