From caab7f6d89566e89e1c4c0a42322a393453d2984 Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Mon, 20 Mar 2017 17:22:49 -0700 Subject: [PATCH] Core: Fix typo --- src/core/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/core.c b/src/core/core.c index 835a88c25..88cce5844 100644 --- a/src/core/core.c +++ b/src/core/core.c @@ -150,7 +150,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;