SPU: fix some wierd typos (may be wrong, no idea)

This commit is contained in:
Megamouse 2023-08-30 23:43:20 +02:00 committed by Elad Ashkenazi
parent 105c694903
commit a597368c46
3 changed files with 5 additions and 5 deletions

View file

@ -1197,7 +1197,7 @@ static void ppu_check_patch_spu_images(const ppu_module& mod, const ppu_segment&
{
// SPURS GUID pattern
end = it;
ppu_log.success("Found SPURS GUID Pattern for terminagtor at 0x%05x", end + seg.addr);
ppu_log.success("Found SPURS GUID Pattern for terminator at 0x%05x", end + seg.addr);
break;
}