fix typo in RomList.cpp

This commit is contained in:
Tony Lukasavage 2016-10-23 09:20:31 -04:00 committed by GitHub
parent 91f2ab9d3a
commit 1bc71cfdc8
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ void CRomList::FillRomList(strlist & FileList, const char * Directory)
} }
catch (...) catch (...)
{ {
WriteTrace(TraceUserInterface, TraceError, "execpetion processing %s", (LPCSTR)SearchPath); WriteTrace(TraceUserInterface, TraceError, "exception processing %s", (LPCSTR)SearchPath);
} }
} }
#endif #endif