1
0
Fork 0

fix typo.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2522
This commit is contained in:
Peter Veenstra 2006-02-26 16:11:00 +00:00
parent edc31febd2
commit 1859bf4f5d

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: cpu.cpp,v 1.78 2006-02-14 13:04:01 qbix79 Exp $ */
/* $Id: cpu.cpp,v 1.79 2006-02-26 16:11:00 qbix79 Exp $ */
#include <assert.h>
#include "dosbox.h"
@ -1987,7 +1987,7 @@ public:
}
#endif
else {
LOG_MSG("CPU:Unknown core type %s, switcing back to normal.",core);
LOG_MSG("CPU:Unknown core type %s, switching back to normal.",core);
}
#if (C_DYNAMIC_X86)