PDP11, VAX: Correct spelling in auto config disabled message
This commit is contained in:
parent
412e4db1b3
commit
2f43f2cfa2
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ if (autcon_enb == 0) {
|
||||||
sim_messagef (SCPE_OK, "Device auto configuration is now disabled.\n");
|
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, "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, "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, "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, "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");
|
sim_messagef (SCPE_OK, "number of lines on a terminal multiplexer is such a change.\n");
|
||||||
|
|
Loading…
Add table
Reference in a new issue