fixed typo in comments

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6276 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2008-09-17 09:18:52 +00:00
parent e81b075ab9
commit 9e2f9c5b3a
1 changed files with 2 additions and 2 deletions

View File

@ -481,8 +481,8 @@ void Fl_Group::remove(Fl_Widget &o) {
// sizes array stores the initial positions of widgets as
// left,right,top,bottom quads. The first quad is the group, the
// second is the resizable (clipped to the group), and the
// rest are the children. This is a convienent order for the
// algorithim. If you change this be sure to fix Fl_Tile which
// rest are the children. This is a convenient order for the
// algorithm. If you change this be sure to fix Fl_Tile which
// also uses this array!
/**