summaryrefslogtreecommitdiff
path: root/lisp/image-mode.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-05-28 23:16:49 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-05-28 23:16:49 -0700
commitc846da43835e99fa53c772814aa43c9ae7ac571b (patch)
tree600a59a1a82be54023d58c1d82f9b2847becd07d /lisp/image-mode.el
parentb8f061b373e606e5ba757870ffa25b36c0df2d83 (diff)
downloademacs-c846da43835e99fa53c772814aa43c9ae7ac571b.tar.gz
Spelling fixes.
Diffstat (limited to 'lisp/image-mode.el')
-rw-r--r--lisp/image-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/image-mode.el b/lisp/image-mode.el
index 8329c02fb0d..46ce6aa14d3 100644
--- a/lisp/image-mode.el
+++ b/lisp/image-mode.el
@@ -663,7 +663,7 @@ The rotation angle is the value of `image-transform-rotation' in degrees."
;; The following comment and code snippet are from
;; ImageMagick-6.7.4-4/magick/distort.c
-;; /* Set the output image geometry to calculated 'bestfit'.
+;; /* Set the output image geometry to calculated 'best fit'.
;; Yes this tends to 'over do' the file image size, ON PURPOSE!
;; Do not do this for DePolar which needs to be exact for virtual tiling.
;; */