summaryrefslogtreecommitdiff
path: root/src/Fl_Group.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2008-09-17 09:18:52 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2008-09-17 09:18:52 +0000
commit9e2f9c5b3a31796a1697ec5ff710fbe119eb7a56 (patch)
treec047c115289298704df28f4daa0fa9563c7b5288 /src/Fl_Group.cxx
parente81b075ab9b964e84f28b1dd2d27dbcc46b0b29c (diff)
fixed typo in comments
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6276 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Group.cxx')
-rw-r--r--src/Fl_Group.cxx4
1 files changed, 2 insertions, 2 deletions
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!
/**