From 8546a8702f864909f22f4b3bc033a4c478e617a0 Mon Sep 17 00:00:00 2001 From: Charles Horn Date: Tue, 25 Jun 2024 16:40:42 +1200 Subject: [PATCH] I1401: Fix minor typo in error msg --- I1401/i1401_sys.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/I1401/i1401_sys.c b/I1401/i1401_sys.c index ba9e58c7..751298b8 100644 --- a/I1401/i1401_sys.c +++ b/I1401/i1401_sys.c @@ -93,13 +93,13 @@ const char *sim_stop_messages[SCPE_BASE] = { "Invalid A address", "Invalid B address", "Invalid instruction length", - "Invalid modifer", + "Invalid modifier", "Invalid branch address", "Breakpoint", "HALT instruction", "Invalid MT unit number", "Invalid MT record length", - "Write to locked MT unit", + "Write to locked MT unit", "Skip to unpunched CCT channel", "Card reader empty", "Address register wrap",