# HG changeset patch # User Pavel Jank # Date 1012149850 0 # Node ID 4fec5d1a39fa6cd0faf2dbb4969a96b7f4b78481 # Parent 0bf882baa95b77d863e89d45971e284a3ad7ee45 Fix typos. diff -r 0bf882baa95b -r 4fec5d1a39fa src/xterm.h --- 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,