summaryrefslogtreecommitdiff
path: root/dw/fltkcomplexbutton.cc
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2011-06-14 18:17:42 +0000
committercorvid <corvid@lavabit.com>2011-06-14 18:17:42 +0000
commit4394260251412ccb4a7cca9912a7780a8cda3990 (patch)
tree2d780e13b81fd7307fc05756b3fc0498868eea79 /dw/fltkcomplexbutton.cc
parenteb255c05473929b8169d5c1796133e98586bc0b8 (diff)
comment typo
Diffstat (limited to 'dw/fltkcomplexbutton.cc')
-rw-r--r--dw/fltkcomplexbutton.cc2
1 files changed, 1 insertions, 1 deletions
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);
}