summaryrefslogtreecommitdiff
path: root/src/image.c
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-05-15 11:15:06 +0200
committerStefan Kangas <stefan@marxist.se>2022-05-15 11:15:06 +0200
commit09674074b57bee74ff1039f8ef08c2dea321c0da (patch)
treec8b866aca602a22a867a77eaab6eab1c8146db1c /src/image.c
parentaaa2d0db18509b7d2f1e35cbc9dc2b4443f1cce4 (diff)
downloademacs-09674074b57bee74ff1039f8ef08c2dea321c0da.tar.gz
; Fix typos
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index dfa53279927..18e9e72d83c 100644
--- a/src/image.c
+++ b/src/image.c
@@ -9108,7 +9108,7 @@ gif_load (struct frame *f, struct image *img)
goto gif_error;
}
- /* It's an animated image, so initalize the cache. */
+ /* It's an animated image, so initialize the cache. */
if (cache && !cache->handle)
{
cache->handle = gif;