Skip to content

Commit 9f776aa

Browse files
committed
Fix length typo
1 parent dafeccc commit 9f776aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/isal/isal_zlibmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ PyDoc_STRVAR(isal_zlib_crc32_combine__doc__,
266266
" crc2\n"
267267
" the second crc32 checksum\n"
268268
" crc2_length\n"
269-
" the lenght of the data block crc2 was calculated from\n"
269+
" the length of the data block crc2 was calculated from\n"
270270
);
271271

272272

0 commit comments

Comments
 (0)