Merge pull request #1211 from tonylukasavage/romlist-exception-typo

fix typo in RomList.cpp
This commit is contained in:
zilmar 2016-10-24 03:22:11 +11:00 committed by GitHub
commit 4410e1d595
1 changed files with 1 additions and 1 deletions

View File

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