diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-12-07 15:00:44 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2008-12-07 15:00:44 +0000 |
| commit | e9aa1046761b7e2d370bbbc7ccfaad315bd0b828 (patch) | |
| tree | c0165e1a6a78b489bc887dc243ea59481fee1ff5 | |
| parent | 8a6a945505ee7d3bd5f08f99f6b242e3a7098609 (diff) | |
Fixed typos and amended doxygen docs.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6559 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | src/glut_compatability.cxx | 4 |
1 files 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();} |
