From 00e89c05993ccdf19675fc979678634b6c218332 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Fri, 1 Apr 2011 15:11:23 +0000 Subject: [PATCH] Fix typo in termination message. --- src/microcode/errors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", \ -- 2.25.1