From e9aa1046761b7e2d370bbbc7ccfaad315bd0b828 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 7 Dec 2008 15:00:44 +0000 Subject: [PATCH] Fixed typos and amended doxygen docs. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6559 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/glut_compatability.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/glut_compatability.cxx b/src/glut_compatability.cxx index 97a2cd839..10962ecc8 100644 --- a/src/glut_compatability.cxx +++ b/src/glut_compatability.cxx @@ -187,11 +187,11 @@ void Fl_Glut_Window::_init() { mode(glut_mode); } -/** Creates a glut windows, registers to the glut windows list.*/ +/** Creates a glut window, registers to the glut windows list.*/ Fl_Glut_Window::Fl_Glut_Window(int W, int H, const char *t) : Fl_Gl_Window(W,H,t) {_init();} -/** Creates a glut windows, registers to the glut windows list.*/ +/** Creates a glut window, registers to the glut windows list.*/ Fl_Glut_Window::Fl_Glut_Window(int X,int Y,int W,int H, const char *t) : Fl_Gl_Window(X,Y,W,H,t) {_init();}