diff options
author | corvid <corvid@lavabit.com> | 2011-06-14 18:17:42 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-06-14 18:17:42 +0000 |
commit | 4394260251412ccb4a7cca9912a7780a8cda3990 (patch) | |
tree | 2d780e13b81fd7307fc05756b3fc0498868eea79 /dw/fltkcomplexbutton.cc | |
parent | eb255c05473929b8169d5c1796133e98586bc0b8 (diff) |
comment typo
Diffstat (limited to 'dw/fltkcomplexbutton.cc')
-rw-r--r-- | dw/fltkcomplexbutton.cc | 2 |
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); } |