Corrected grammar

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2022-03-07 07:15:23 +11:00 committed by GitHub
parent 2b9cc3ccc5
commit 8e9d3201eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -400,7 +400,7 @@ Alternatively, if ``pulls_fd`` or ``pushes_fd`` is set, then the decode or
encode function is called once, with an empty buffer. It is the codec's encode function is called once, with an empty buffer. It is the codec's
responsibility to transform the entire tile in that one call. Using this will responsibility to transform the entire tile in that one call. Using this will
provide a codec with more freedom, but that freedom may mean increased memory provide a codec with more freedom, but that freedom may mean increased memory
usage if entire tile is held in memory at once by the codec. usage if the entire tile is held in memory at once by the codec.
If an error occurs, set ``state->errcode`` and return -1. If an error occurs, set ``state->errcode`` and return -1.