# HG changeset patch # User corvid # Date 1308075462 0 # Node ID 9acbda95436f5d37542c02fb0da2b6a5303a140b # Parent 4341dedfede7034892af479b9c0e6806a3aff197 comment typo diff -r 4341dedfede7 -r 9acbda95436f dw/fltkcomplexbutton.cc --- a/dw/fltkcomplexbutton.cc Mon Jun 13 14:25:13 2011 -0400 +++ b/dw/fltkcomplexbutton.cc Tue Jun 14 18:17:42 2011 +0000 @@ -137,7 +137,7 @@ ComplexButton::~ComplexButton() { /* * The Fl_Group destructor clear()s the children, but layout expects - * the flat view to be around until it deletes if. + * the flat view to be around until it deletes it. */ remove(0); }