Skip to content

Commit e613271

Browse files
committed
Fixed typo
1 parent 61fc5e1 commit e613271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libImaging/TiffDecode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ ImagingLibTiffEncode(Imaging im, ImagingCodecState state, UINT8 *buffer, int byt
916916
dump_state(clientstate);
917917

918918
if (state->state == 0) {
919-
TRACE(("Encoding line bt line"));
919+
TRACE(("Encoding line by line"));
920920
while (state->y < state->ysize) {
921921
state->shuffle(
922922
state->buffer,

0 commit comments

Comments
 (0)