codec: fix typo in progressive codec log

This commit is contained in:
Kobi Mizrachi 2020-05-19 15:06:22 +03:00
parent 7d48a587d2
commit 8d72051ab1

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;
}