From: Eli Zaretskii Date: Sat, 23 Feb 2019 08:35:59 +0000 (+0200) Subject: ; * src/image.c (imagemagick_load, svg_load): Fix typos in comments. X-Git-Tag: emacs-26.2~56 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c86d419;p=emacs.git ; * src/image.c (imagemagick_load, svg_load): Fix typos in comments. --- 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;