Core: Fix typo

This commit is contained in:
Vicki Pfau 2017-03-20 17:22:49 -07:00
parent ff0de9cae2
commit af2db9073c
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ bool mCoreLoadState(struct mCore* core, int slot, int flags) {
if (success) {
mLOG(STATUS, INFO, "State %i loaded", slot);
} else {
mLOG(STATUS, INFO, "State %i failed to loaded", slot);
mLOG(STATUS, INFO, "State %i failed to load", slot);
}
return success;