aboutsummaryrefslogtreecommitdiffstats
path: root/test/manual
diff options
context:
space:
mode:
authorPaul Eggert2017-07-20 15:40:48 -0700
committerPaul Eggert2017-07-20 15:42:12 -0700
commitdf26f09f0c62f678fccb7a64dfa7d24202883c2b (patch)
treed61cbdff6cbc2e63e9923078f165db2c3f2364c8 /test/manual
parent10e5280bdf10b6b412ecb42ec18710e6d9606dd5 (diff)
downloademacs-df26f09f0c62f678fccb7a64dfa7d24202883c2b.tar.gz
emacs-df26f09f0c62f678fccb7a64dfa7d24202883c2b.zip
; Spelling fixes
Diffstat (limited to 'test/manual')
-rw-r--r--test/manual/image-size-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/manual/image-size-tests.el b/test/manual/image-size-tests.el
index 6721e348e12..ad43426dd20 100644
--- a/test/manual/image-size-tests.el
+++ b/test/manual/image-size-tests.el
@@ -90,7 +90,7 @@
90 ;; Both max-width/height. 90 ;; Both max-width/height.
91 (im-should :h 50 100 :max-width 75 :max-height 100) 91 (im-should :h 50 100 :max-width 75 :max-height 100)
92 (im-should :h 25 50 :max-width 25 :max-height 100) 92 (im-should :h 25 50 :max-width 25 :max-height 100)
93 ;; :hieght and :max-width (max-width wins). 93 ;; :height and :max-width (max-width wins).
94 (im-should :h 200 400 :height 400 :max-width 200) 94 (im-should :h 200 400 :height 400 :max-width 200)
95 (im-should :h 200 400 :height 500 :max-width 200) 95 (im-should :h 200 400 :height 500 :max-width 200)
96 ) 96 )