Fix some misspells

Note: in main.cpp there are many dirs similar to Program Files, so tip should be appropriate.
This commit is contained in:
sampletext32 2020-05-19 21:11:53 +03:00 committed by Ivan
parent c47d04fd2f
commit 1a8fb61373
9 changed files with 23 additions and 27 deletions

View file

@ -439,7 +439,7 @@ error_code npDrmIsAvailable(vm::cptr<u8> k_licensee_addr, vm::cptr<char> drm_pat
if (Emu.GetCat() == "PE")
{
std::copy_n(NP_PSP_KEY_2, std::size(NP_PSP_KEY_2), k_licensee.begin());
sceNp.success("npDrmIsAvailable(): PSP remaster KLicense key apllied.");
sceNp.success("npDrmIsAvailable(): PSP remaster KLicense key applied.");
}
const std::string enc_drm_path(drm_path.get_ptr(), std::find(drm_path.get_ptr(), drm_path.get_ptr() + 0x100, '\0'));