]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix US spelling in last change.
authorBasil L. Contovounesios <contovob@tcd.ie>
Wed, 10 Mar 2021 23:28:28 +0000 (23:28 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Wed, 10 Mar 2021 23:28:28 +0000 (23:28 +0000)
doc/lispref/display.texi
src/image.c

index 3d91ed27642fac5a2286b0e6bcbb2c2669ad8bb5..6dfbabb2b638e5384c7fbfc92ee731a242da8da3 100644 (file)
@@ -5396,7 +5396,7 @@ is performed after scaling and cropping.
 When @code{t} any image transform will have smoothing applied, and if
 @code{nil} no smoothing will be applied.  The exact algorithm used
 will be platform dependent, but should be equivalent to bilinear
-filtering.  Disabling smoothing will use a nearest neighbour
+filtering.  Disabling smoothing will use a nearest neighbor
 algorithm.
 
 The default, if this property is not specified, will be for
index 95ae573354d080dc18f8740009ec404864e02715..485e08a66e0993231273c0ee5d66846ece367338 100644 (file)
@@ -2225,7 +2225,7 @@ image_set_transform (struct frame *f, struct image *img)
   compute_image_rotation (img, &rotation);
 
 # if defined USE_CAIRO || defined HAVE_XRENDER || defined HAVE_NS
-  /* We want scale up operations to use a nearest neighbour filter to
+  /* We want scale up operations to use a nearest neighbor filter to
      show real pixels instead of munging them, but scale down
      operations to use a blended filter, to avoid aliasing and the like.