Fix more spelling mistakes

This commit is contained in:
Cornee Traas 2013-09-05 10:06:59 +02:00
parent 9b921f3c2d
commit eefd175900
4 changed files with 13 additions and 13 deletions

View file

@ -268,7 +268,7 @@ void Emulator::Stop()
Memory.Close();
//if(m_memory_viewer && m_memory_viewer->IsShown()) m_memory_viewer->Hide();
wxGetApp().SendDbgCommand(DID_STOPED_EMU);
wxGetApp().SendDbgCommand(DID_STOPPED_EMU);
}
void Emulator::SavePoints(const wxString& path)