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());