more typos. FML

This commit is contained in:
Asnivor 2018-03-13 22:15:53 +00:00
parent df5cf0d85f
commit 8234b2acfa
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 the correct machine configuration selected, reboot the core, then try again.";
msg += "If you wish to load this SaveState ensure that you have the correct machine configuration selected, reboot the core, then try again.";
CoreComm.ShowMessage(msg);
_machineType = tmpM;
}