aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
authorGlenn Morris2018-02-16 16:33:36 -0500
committerGlenn Morris2018-02-16 16:33:36 -0500
commit9ab3df197f1ee7f23df30f554209b863369f06ee (patch)
tree7a36bd8eb04f44ef57f78f0c8d8300423fb274ee /src/image.c
parent66a4e651f3cf38c320d1a9d5ae6f88dcc641792b (diff)
downloademacs-9ab3df197f1ee7f23df30f554209b863369f06ee.tar.gz
emacs-9ab3df197f1ee7f23df30f554209b863369f06ee.zip
; Fix doc typos related to indefinite articles
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 6e860834378..37416c16168 100644
--- a/src/image.c
+++ b/src/image.c
@@ -8281,7 +8281,7 @@ extern WandExport void PixelGetMagickColor (const PixelWand *,
8281#endif 8281#endif
8282 8282
8283/* Log ImageMagick error message. 8283/* Log ImageMagick error message.
8284 Useful when a ImageMagick function returns the status `MagickFalse'. */ 8284 Useful when an ImageMagick function returns the status `MagickFalse'. */
8285 8285
8286static void 8286static void
8287imagemagick_error (MagickWand *wand) 8287imagemagick_error (MagickWand *wand)