diff src/faces.c @ 5474:4dee0387b9de

Merged with trunk.
author Mats Lidell <matsl@xemacs.org>
date Tue, 29 Mar 2011 00:02:47 +0200
parents 00e79bbbe48f 3889ef128488
children 248176c74e6b
line wrap: on
line diff
--- a/src/faces.c	Thu Mar 17 23:42:59 2011 +0100
+++ b/src/faces.c	Tue Mar 29 00:02:47 2011 +0200
@@ -1416,7 +1416,7 @@
 	 - BARF !!!!!
 
 	 To sum up, this means that it is in general unsafe to instantiate
-	 images before face cache updating is complete (appart from image
+	 images before face cache updating is complete (apart from image
 	 related face attributes). The solution we use below is to actually
 	 detect whether we're building the window's face_cachels for the first
 	 time, and simply NOT frob the background pixmap in that case. If
@@ -1425,7 +1425,7 @@
 
 	 One note:
 	 * See comment in `default_face_font_info' in face.c. Who wrote it ?
-	 Maybe we have the begining of an answer here ?
+	 Maybe we have the beginning of an answer here ?
 
 	 Footnotes:
 	 [1] See comment at the top of `allocate_window' in window.c.