diff src/xterm.h @ 42997:4fec5d1a39fa

Fix typos.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 27 Jan 2002 16:44:10 +0000
parents 6d3fb8c8283b
children 578ba74970b1
line wrap: on
line diff
--- a/src/xterm.h	Sun Jan 27 16:43:36 2002 +0000
+++ b/src/xterm.h	Sun Jan 27 16:44:10 2002 +0000
@@ -157,7 +157,7 @@
   /* The Visual being used for this display.  */
   Visual *visual;
 
-  /* THe colormap being used.  */
+  /* The colormap being used.  */
   Colormap cmap;
   
   /* Number of panes on this screen.  */
@@ -618,7 +618,7 @@
 
 enum
 {
-  /* Values used as a bit mask, BOTH == WIDTH | HEIGH */
+  /* Values used as a bit mask, BOTH == WIDTH | HEIGHT.  */
   FULLSCREEN_NONE       = 0,
   FULLSCREEN_WIDTH      = 1,
   FULLSCREEN_HEIGHT     = 2,