From 2f43f2cfa2a1cea98ab05147549a8941a7bb1a04 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sun, 31 May 2020 12:57:40 -0700 Subject: [PATCH] PDP11, VAX: Correct spelling in auto config disabled message --- PDP11/pdp11_io_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDP11/pdp11_io_lib.c b/PDP11/pdp11_io_lib.c index 890da3eb..400c75bf 100644 --- a/PDP11/pdp11_io_lib.c +++ b/PDP11/pdp11_io_lib.c @@ -75,7 +75,7 @@ if (autcon_enb == 0) { sim_messagef (SCPE_OK, "Device auto configuration is now disabled.\n"); sim_messagef (SCPE_OK, "Explicitly setting any address or vector value tells the system\n"); sim_messagef (SCPE_OK, "that you are planning a specific configuration that may not use\n"); - sim_messagef (SCPE_OK, "use standard values. You must explcitly specify bus address and\n"); + sim_messagef (SCPE_OK, "use standard values. You must explicitly specify bus address and\n"); sim_messagef (SCPE_OK, "vector values for any device you enable or otherwise add to the\n"); sim_messagef (SCPE_OK, "system configuration after this message is issued. Changing the\n"); sim_messagef (SCPE_OK, "number of lines on a terminal multiplexer is such a change.\n");