From 762f8d5360d3a1e286dc3211ee51b31ac9d40ccc Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 12 Jan 2011 17:39:35 +0000 Subject: [PATCH] Fixed comment --- include/osgViewer/api/X11/GraphicsWindowX11 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgViewer/api/X11/GraphicsWindowX11 b/include/osgViewer/api/X11/GraphicsWindowX11 index 5ce22845a..f580cd41a 100644 --- a/include/osgViewer/api/X11/GraphicsWindowX11 +++ b/include/osgViewer/api/X11/GraphicsWindowX11 @@ -134,7 +134,7 @@ class OSGVIEWER_EXPORT GraphicsWindowX11 : public osgViewer::GraphicsWindow, pub public: - // X11 specific aces functions + // X11 specific access functions Display* getEventDisplay() const { return _eventDisplay; } Display* getDisplayToUse() const ;