From 9e2f9c5b3a31796a1697ec5ff710fbe119eb7a56 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 17 Sep 2008 09:18:52 +0000 Subject: fixed typo in comments git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6276 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Group.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Fl_Group.cxx b/src/Fl_Group.cxx index e21975c3d..6d0727531 100644 --- a/src/Fl_Group.cxx +++ b/src/Fl_Group.cxx @@ -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! /** -- cgit v1.2.3