From c7427ae7f6f2e26fc289ca9e7cec053ed9e2b63d Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 10 Mar 2018 14:48:01 +1100 Subject: [PATCH] Fixed typos [ci skip] --- src/_imagingmorph.c | 2 +- src/_webp.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/_imagingmorph.c b/src/_imagingmorph.c index 2b5e7bc5d..73979f635 100644 --- a/src/_imagingmorph.c +++ b/src/_imagingmorph.c @@ -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: diff --git a/src/_webp.c b/src/_webp.c index f82feb46a..f23d950f7 100644 --- a/src/_webp.c +++ b/src/_webp.c @@ -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