From a2a0b70c8bf03ee0ad57f97b06b1d591dc8801f1 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 29 Aug 2021 18:03:28 +0300 Subject: [PATCH] ; * src/xfaces.c (gui_supports_face_attributes_p): Fix typo in comment. --- src/xfaces.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xfaces.c b/src/xfaces.c index 207f0d6a36e..2273fb4fe4d 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -5092,8 +5092,8 @@ gui_supports_face_attributes_p (struct frame *f, { Lisp_Object *def_attrs = def_face->lface; - /* Check that other specified attributes are different that the default - face. */ + /* Check that other specified attributes are different from the + default face. */ if ((!UNSPECIFIEDP (attrs[LFACE_UNDERLINE_INDEX]) && face_attr_equal_p (attrs[LFACE_UNDERLINE_INDEX], def_attrs[LFACE_UNDERLINE_INDEX])) -- 2.39.2