Skip to content

Commit

Permalink
Merge pull request #6542 from radarhere/typo
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
hugovk committed Aug 27, 2022
2 parents 61fc5e1 + e613271 commit ad7be55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libImaging/TiffDecode.c
Expand Up @@ -916,7 +916,7 @@ ImagingLibTiffEncode(Imaging im, ImagingCodecState state, UINT8 *buffer, int byt
dump_state(clientstate);

if (state->state == 0) {
TRACE(("Encoding line bt line"));
TRACE(("Encoding line by line"));
while (state->y < state->ysize) {
state->shuffle(
state->buffer,
Expand Down

0 comments on commit ad7be55

Please sign in to comment.