Skip to content

Commit

Permalink
Fixed typos and amended doxygen docs.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6559 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Albrecht Schlosser committed Dec 7, 2008
1 parent 8a6a945 commit e9aa104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/glut_compatability.cxx
Expand Up @@ -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();}

Expand Down

0 comments on commit e9aa104

Please sign in to comment.