From ad73cb711a97c6a600f4541bbad239781208bd60 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 28 May 2020 11:02:27 +0200 Subject: [PATCH] Fix comment typos --- deanimate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deanimate.c b/deanimate.c index 6a802592..bba74d49 100644 --- a/deanimate.c +++ b/deanimate.c @@ -304,8 +304,8 @@ static int gif_extract_image(struct binbuffer *src, struct binbuffer *dst) * an (optional) image block and an arbitrary number * of image extension blocks, produce an output GIF with * only one image block that contains the last image - * (extenstion) block of the original. - * Also strip Comments, Application extenstions, etc. + * (extension) block of the original. + * Also strip Comments, Application extensions, etc. * * Parameters : * 1 : src = Pointer to the source binbuffer -- 2.39.2