From: Eli Zaretskii Date: Sun, 29 Aug 2021 15:03:28 +0000 (+0300) Subject: ; * src/xfaces.c (gui_supports_face_attributes_p): Fix typo in comment. X-Git-Tag: emacs-28.0.90~1273 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a2a0b70c8bf03ee0ad57f97b06b1d591dc8801f1;p=emacs.git ; * src/xfaces.c (gui_supports_face_attributes_p): Fix typo in comment. --- 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]))