aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2002-01-27 16:44:10 +0000
committerPavel Janík <[email protected]>2002-01-27 16:44:10 +0000
commitbaf10d8f55df000f695eea9da951d682f86ce197 (patch)
tree1a1dcd225cee81b53f471e892db9e30a2f53a2a1 /src/xterm.h
parent50590060233f6c42f44d123d382f45da33b97580 (diff)
Fix typos.
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xterm.h b/src/xterm.h
index df01a88d16..abf7a824ee 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -157,7 +157,7 @@ struct x_display_info
/* 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 @@ struct x_output
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,