Fixed typos [ci skip]

This commit is contained in:
Andrew Murray 2018-03-10 14:48:01 +11:00
parent 262b6d15cc
commit c7427ae7f6
2 changed files with 3 additions and 3 deletions

View File

@ -126,7 +126,7 @@ apply(PyObject *self, PyObject* args)
}
/* Match a morphologic LUT to a binary image and return a list
of the coordinates of all all matching pixels.
of the coordinates of all matching pixels.
Expected parameters:

View File

@ -13,8 +13,8 @@
/*
* Check the versions from mux.h and demux.h, to ensure the WebPAnimEncoder and
* WebPAnimDecoder APIs are present (initial support was added in 0.5.0). The
* very early versions added had some significant differences, so we require
* later versions, before enabling animation support.
* very early versions had some significant differences, so we require later
* versions, before enabling animation support.
*/
#if WEBP_MUX_ABI_VERSION >= 0x0104 && WEBP_DEMUX_ABI_VERSION >= 0x0105
#define HAVE_WEBPANIM