codec: fix typo in progressive codec log

(cherry picked from commit 8d72051ab1)
This commit is contained in:
Kobi Mizrachi 2020-05-19 15:06:22 +03:00 committed by akallabeth
parent ece877b515
commit 6e87805869

View File

@ -1995,7 +1995,7 @@ static INLINE INT32 progressive_wb_read_region_header(PROGRESSIVE_CONTEXT* progr
len -= region->tileDataSize;
if (len > 0)
WLog_Print(progressive->log, WLOG_DEBUG,
"Unused byes detected, %" PRIuz " bytes not processed", len);
"Unused bytes detected, %" PRIuz " bytes not processed", len);
return 0;
}