@@ -2819,7 +2819,7 @@ libpng provides two macros to help you in 1.5 and later versions:
28192819 png_uint_32 height = PNG_PASS_ROWS(image_height, pass_number);
28202820
28212821Respectively these tell you the width and height of the sub-image
2822- corresponding to the numbered pass. 'pass' is in in the range 0 to 6 -
2822+ corresponding to the numbered pass. 'pass' is in the range 0 to 6 -
28232823this can be confusing because the specification refers to the same passes
28242824as 1 to 7! Be careful, you must check both the width and height before
28252825calling png_read_rows() and not call it for that pass if either is zero.
@@ -2958,7 +2958,7 @@ point to libpng-allocated storage with the following function:
29582958
29592959This function may be safely called when the relevant storage has
29602960already been freed, or has not yet been allocated, or was allocated
2961- by the user and not by libpng, and will in those cases do nothing.
2961+ by the user and not by libpng, and will in those cases do nothing.
29622962The "seq" parameter is ignored if only one item of the selected data
29632963type, such as PLTE, is allowed. If "seq" is not \- 1, and multiple items
29642964are allowed for the data type identified in the mask, such as text or
@@ -3793,7 +3793,7 @@ disclaimer until after, so viewers working over modem connections
37933793don't have to wait for the disclaimer to go over the modem before
37943794they start seeing the image. Finally, keywords should be full
37953795words, not abbreviations. Keywords and text are in the ISO 8859-1
3796- (Latin-1) character set (a superset of regular ASCII) and can not
3796+ (Latin-1) character set (a superset of regular ASCII) and cannot
37973797contain NUL characters, and should not contain control or other
37983798unprintable characters. To make the comments widely readable, stick
37993799with basic ASCII, and avoid machine specific character set extensions
@@ -4194,7 +4194,7 @@ point to libpng-allocated storage with the following function:
41944194
41954195This function may be safely called when the relevant storage has
41964196already been freed, or has not yet been allocated, or was allocated
4197- by the user and not by libpng, and will in those cases do nothing.
4197+ by the user and not by libpng, and will in those cases do nothing.
41984198The "seq" parameter is ignored if only one item of the selected data
41994199type, such as PLTE, is allowed. If "seq" is not \- 1, and multiple items
42004200are allowed for the data type identified in the mask, such as text or
0 commit comments