I1401: Fix minor typo in error msg

This commit is contained in:
Charles Horn 2024-06-25 16:40:42 +12:00 committed by Paul Koning
parent 7b99876e1e
commit 8546a8702f

View file

@ -93,7 +93,7 @@ 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",