mirror of
https://github.com/open-simh/simh.git
synced 2026-01-14 07:40:35 +00:00
PDP11, VAX: Correct spelling in auto config disabled message
This commit is contained in:
parent
412e4db1b3
commit
2f43f2cfa2
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user