ALL: Fix various typos (patch #3093266)

svn-id: r53762
This commit is contained in:
Max Horn 2010-10-24 13:04:33 +00:00
parent bf5ae45490
commit c975ed11a1
13 changed files with 18 additions and 18 deletions

View file

@ -55,7 +55,7 @@ void decodeGfxUnified(dataFileEntry *pCurrentFileEntry, int16 format) {
break;
default:
error("Unkown gfx format %d", format);
error("Unknown gfx format %d", format);
}
uint8 *buffer = (uint8 *)MemAlloc(spriteSize);