From abc4ca4e6ae586008d49a36fbcbf7c7b83bcc9da Mon Sep 17 00:00:00 2001 From: GuestDreemurr <55953204+GuestDreemurr@users.noreply.github.com> Date: Sat, 29 Oct 2022 20:23:56 -0400 Subject: [PATCH] Fix typo --- source/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.cpp b/source/main.cpp index 16efaee..2169110 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -174,7 +174,7 @@ void SplashScreen(int32_t durationInMs) { OSScreenClearBufferEx(SCREEN_DRC, 0); std::string message1 = "Failed to load sd:/wiiu/payload.elf"; - std::string message2 = "Starting the console without any modifcations."; + std::string message2 = "Starting the console without any modifications."; OSScreenPutFontEx(SCREEN_TV, 0, 0, message1.c_str()); OSScreenPutFontEx(SCREEN_DRC, 0, 0, message1.c_str());