Spelling error...

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2265 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2002-05-30 12:12:44 +00:00
parent 465d6f914a
commit 085eccc439

View File

@ -91,7 +91,7 @@ with the <TT>Fl_Group</TT> that contains them.
The widget is removed from it's current group (if any) and then
inserted into this group. It is put at index <TT>n</TT> (or at the end
if <tt>n &gt;= children()</tt>. This can also be used to rearrange
the windgets inside a group.
the widgets inside a group.
<H4>void Fl_Group::insert(Fl_Widget &amp;w, Fl_Widget* beforethis)</H4>