From 6cd133d2f242d36bd48ddea44acd868f70782d0b Mon Sep 17 00:00:00 2001 From: Gevel Tekens Date: Tue, 4 Feb 2025 23:13:27 +0100 Subject: Fix several typos See: https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/thread/L3FFAINJJMIOZQNID5HC2DHKJIIIHEYH/ --- src/gif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gif.c') diff --git a/src/gif.c b/src/gif.c index a104ca1d..bd0a3757 100644 --- a/src/gif.c +++ b/src/gif.c @@ -900,7 +900,7 @@ static size_t GIF_Block(DilloGif * gif, void *Buf, if (bsize < 2) return Size; - /* Have the extension block intepreted. */ + /* Have the extension block interpreted. */ C = *buf++; bsize--; mysize = Gif_do_extension(gif, C, buf, bsize); -- cgit v1.2.3