diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-05-15 11:15:06 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-05-15 11:15:06 +0200 |
commit | 09674074b57bee74ff1039f8ef08c2dea321c0da (patch) | |
tree | c8b866aca602a22a867a77eaab6eab1c8146db1c /src/image.c | |
parent | aaa2d0db18509b7d2f1e35cbc9dc2b4443f1cce4 (diff) | |
download | emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.tar.gz |
; Fix typos
Diffstat (limited to 'src/image.c')
-rw-r--r-- | src/image.c | 2 |
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; |