fix error message

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1182 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yutaka 2008-04-18 04:44:59 +00:00
parent 63751319bf
commit afe6754808

View File

@ -408,7 +408,7 @@ BOOL DHT_CheckHashPhase2(const u8* hash, const ROM_Header_Short* pROMHeader, DHT
}
if ( length < 0 || offset < sizeof(ROM_Header) )
{
OS_TPrintf("Broaken FAT for %d of overlay.\n", i);
OS_TPrintf("Broken FAT for %d of overlay.\n", i);
return FALSE;
}
if ( !ImageHMACSHA1Update(&ctx, offset, length * 512) )