Merge pull request #721 from nsx0r/patch-52

typo fix
This commit is contained in:
sanni 2023-02-26 00:02:56 +01:00 committed by GitHub
commit 1bd8555f31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1784,7 +1784,7 @@ void validateMPK() {
print_Msg(F("failed")); print_Msg(F("failed"));
} else { } else {
errorLvl = 0; errorLvl = 0;
print_Msg(F("pased")); print_Msg(F("passed"));
} }
display_Update(); display_Update();
@ -4293,4 +4293,4 @@ unsigned long verifyGameshark_N64() {
//****************************************** //******************************************
// End of File // End of File
//****************************************** //******************************************