From baf10d8f55df000f695eea9da951d682f86ce197 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sun, 27 Jan 2002 16:44:10 +0000 Subject: [PATCH] Fix typos. --- src/xterm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xterm.h b/src/xterm.h index df01a88d169..abf7a824ee8 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, -- 2.39.2