diff options
Diffstat (limited to 'src/gif.c')
-rw-r--r-- | src/gif.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |