From ace3bd57f7274db5544a8714b136287622d4ade9 Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Thu, 6 Jun 2019 18:38:25 -0700 Subject: [PATCH] GB Serialize: Fix typo --- src/gb/serialize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gb/serialize.c b/src/gb/serialize.c index dfeced1ba..78d455300 100644 --- a/src/gb/serialize.c +++ b/src/gb/serialize.c @@ -142,7 +142,7 @@ bool GBDeserialize(struct GB* gb, const struct GBSerializedState* state) { error = true; } else { // TODO: Make it work correctly - mLOG(GB_STATE, WARN, "ILoading savestate in BIOS. This may not work correctly"); + mLOG(GB_STATE, WARN, "Loading savestate in BIOS. This may not work correctly"); } } if (error) {