From 2f4a048d1ba9ef381d87fbe612bf95fc8afde39d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Mon, 14 Jun 2004 21:51:49 +0000 Subject: [PATCH] * xterm.h (struct x_display_info): Typo in comment fixed. --- src/xterm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.h b/src/xterm.h index 3bc2c5994bd..9436f44ed6f 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -167,7 +167,7 @@ struct x_display_info /* The colormap being used. */ Colormap cmap; - /* Number of panes on this screen. */ + /* Number of planes on this screen. */ int n_planes; /* Dimensions of this screen. */ -- 2.39.5