Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ad7be55

Browse files
authoredAug 27, 2022
Merge pull request #6542 from radarhere/typo
Fixed typo
2 parents 61fc5e1 + e613271 commit ad7be55

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)