summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-11-02 14:58:54 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-11-02 14:58:54 -0800
commit968cb085c8e3fece7f10fe8e4c290f32e0b246b0 (patch)
treea758a92d6b22057043f32e75cf411868b3b42ea6
parent96c0d0e13c90e01c4335b64369adfac02ff8a148 (diff)
downloadxorg-lib-libXinerama-968cb085c8e3fece7f10fe8e4c290f32e0b246b0.tar.gz
Fix PanroamiXOff typo in comment in panoramiXext.h
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--include/X11/extensions/panoramiXext.h2
1 files changed, 1 insertions, 1 deletions
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 */