aboutsummaryrefslogtreecommitdiff
path: root/src/gif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gif.c')
-rw-r--r--src/gif.c2
1 files changed, 1 insertions, 1 deletions
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);