From 8d2491544b04f01078f33560192c71f8d14a76ee Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 12 Sep 2014 09:51:55 +0000 Subject: More documentation fixes. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10302 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/src/glut.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/src/glut.dox') diff --git a/documentation/src/glut.dox b/documentation/src/glut.dox index 64ab5bbe6..83335588f 100644 --- a/documentation/src/glut.dox +++ b/documentation/src/glut.dox @@ -138,7 +138,7 @@ or make the window current. window->make_current() is the same as \p glutSetWindow(number). If the window has not had \p show() called on it yet, some functions -that assumme an OpenGL context will not work. +that assume an OpenGL context will not work. If you do \p show() the window, call \p make_current() again to set the context. @@ -214,7 +214,7 @@ Fl_Glut_Window::Fl_Glut_Window(int w, int h, const char *title = 0) The first constructor takes 4 int arguments to create the window with a preset position and size. The second constructor with 2 arguments will create the window with a preset size, but the window manager will -choose the position according to it's own whims. +choose the position according to its own whims. virtual Fl_Glut_Window::~Fl_Glut_Window() -- cgit v1.2.3