From 4394260251412ccb4a7cca9912a7780a8cda3990 Mon Sep 17 00:00:00 2001 From: corvid Date: Tue, 14 Jun 2011 18:17:42 +0000 Subject: comment typo --- dw/fltkcomplexbutton.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dw/fltkcomplexbutton.cc') diff --git a/dw/fltkcomplexbutton.cc b/dw/fltkcomplexbutton.cc index 359367bf..89295190 100644 --- a/dw/fltkcomplexbutton.cc +++ b/dw/fltkcomplexbutton.cc @@ -137,7 +137,7 @@ ComplexButton::ComplexButton(int X, int Y, int W, int H, const char *L) 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); } -- cgit v1.2.3