From c86d41911dad6b3ef799d5cda5778768b2aa3aec Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 23 Feb 2019 10:35:59 +0200 Subject: [PATCH] ; * src/image.c (imagemagick_load, svg_load): Fix typos in comments. --- src/image.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/image.c b/src/image.c index 2d5a882232f..50515e1a422 100644 --- a/src/image.c +++ b/src/image.c @@ -8941,8 +8941,8 @@ imagemagick_load (struct frame *f, struct image *img) #endif success_p = imagemagick_load_image (f, img, 0, 0, SSDATA (file)); } - /* Else its not a file, its a lisp object. Load the image from a - lisp object rather than a file. */ + /* Else it's not a file, it's a Lisp object. Load the image from a + Lisp object rather than a file. */ else { Lisp_Object data; @@ -9250,8 +9250,8 @@ svg_load (struct frame *f, struct image *img) SSDATA (ENCODE_FILE (file))); xfree (contents); } - /* Else its not a file, its a lisp object. Load the image from a - lisp object rather than a file. */ + /* Else it's not a file, it's a Lisp object. Load the image from a + Lisp object rather than a file. */ else { Lisp_Object data, original_filename;