From 968cb085c8e3fece7f10fe8e4c290f32e0b246b0 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 2 Nov 2009 14:58:54 -0800 Subject: Fix PanroamiXOff typo in comment in panoramiXext.h Signed-off-by: Alan Coopersmith --- include/X11/extensions/panoramiXext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/X11/extensions/panoramiXext.h b/include/X11/extensions/panoramiXext.h index 9c75643..6b18d6d 100644 --- a/include/X11/extensions/panoramiXext.h +++ b/include/X11/extensions/panoramiXext.h @@ -36,7 +36,7 @@ Equipment Corporation. typedef struct { Window window; /* PanoramiX window - may not exist */ int screen; - int State; /* PanroamiXOff, PanoramiXOn */ + int State; /* PanoramiXOff, PanoramiXOn */ int width; /* width of this screen */ int height; /* height of this screen */ int ScreenCount; /* real physical number of screens */ -- cgit v1.2.1