diff --git a/documentation/Fl_Group.html b/documentation/Fl_Group.html index 957b4bf3f..2161026ba 100644 --- a/documentation/Fl_Group.html +++ b/documentation/Fl_Group.html @@ -91,7 +91,7 @@ with the Fl_Group 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 n (or at the end if n >= children(). This can also be used to rearrange -the windgets inside a group. +the widgets inside a group.

void Fl_Group::insert(Fl_Widget &w, Fl_Widget* beforethis)