From 05c80896b24d78b5de0398ec76fd8ee5324a3040 Mon Sep 17 00:00:00 2001
From: Matthias Melcher
Date: Fri, 23 Jun 2006 10:58:37 +0000
Subject: [PATCH] fixed wrong word
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5229 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
---
documentation/Fl_Gl_Window.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/Fl_Gl_Window.html b/documentation/Fl_Gl_Window.html
index e011f660a..2367cbcdb 100644
--- a/documentation/Fl_Gl_Window.html
+++ b/documentation/Fl_Gl_Window.html
@@ -41,7 +41,7 @@ very well for single-buffered.
Please note that the FLTK drawing and clipping functions
will not work inside an Fl_Gl_Window. All drawing
should be done using OpenGL calls exclusively.
-Even though Fl_Gl_Widget is derived from Fl_Group,
+Even though Fl_Gl_Window is derived from Fl_Group,
it is not useful to add other FLTK Widgets as children,
unless those Widgets are modified to draw using OpenGL calls.