Type fix for sir feos

This commit is contained in:
Asnivor 2018-03-13 22:13:26 +00:00
parent 7739c0dee1
commit df5cf0d85f
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
msg += "\n";
msg += "Saved Configuration: " + tmpM.ToString();
msg += "\n\n";
msg += "If you with to load this SaveState ensure that you have to correct machine configuration selected, reboot the core, then try again.";
msg += "If you with to load this SaveState ensure that you have the correct machine configuration selected, reboot the core, then try again.";
CoreComm.ShowMessage(msg);
_machineType = tmpM;
}