aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBasil L. Contovounesios2021-03-10 23:28:28 +0000
committerBasil L. Contovounesios2021-03-10 23:28:28 +0000
commitf695fdfef7d8e9ea4e0e17b69e0a28f952db55d6 (patch)
tree41a3ad5ce0021fbcf05e14e544ebc24a3b9faca9 /src
parentc93447eac6f801d7ff97ed6dad368dc49d55cc46 (diff)
downloademacs-f695fdfef7d8e9ea4e0e17b69e0a28f952db55d6.tar.gz
emacs-f695fdfef7d8e9ea4e0e17b69e0a28f952db55d6.zip
; Fix US spelling in last change.
Diffstat (limited to 'src')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index 95ae573354d..485e08a66e0 100644
--- a/src/image.c
+++ b/src/image.c
@@ -2225,7 +2225,7 @@ image_set_transform (struct frame *f, struct image *img)
2225 compute_image_rotation (img, &rotation); 2225 compute_image_rotation (img, &rotation);
2226 2226
2227# if defined USE_CAIRO || defined HAVE_XRENDER || defined HAVE_NS 2227# if defined USE_CAIRO || defined HAVE_XRENDER || defined HAVE_NS
2228 /* We want scale up operations to use a nearest neighbour filter to 2228 /* We want scale up operations to use a nearest neighbor filter to
2229 show real pixels instead of munging them, but scale down 2229 show real pixels instead of munging them, but scale down
2230 operations to use a blended filter, to avoid aliasing and the like. 2230 operations to use a blended filter, to avoid aliasing and the like.
2231 2231