From c47fd75bcd73428d8717e0312d8a297867dd87df Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 31 Oct 2023 18:22:42 +0100 Subject: Fix typos --- src/Fl_Table.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Fl_Table.cxx b/src/Fl_Table.cxx index 3717845f1..05d96a60f 100644 --- a/src/Fl_Table.cxx +++ b/src/Fl_Table.cxx @@ -1305,7 +1305,7 @@ void Fl_Table::draw() { // Let fltk widgets draw themselves first. Do this after // draw_cell(CONTEXT_STARTPAGE) in case user moves widgets around. // Use window 'inner' clip to prevent drawing into table border. - // (unfortunately this clips FLTK's border, so we must draw it explicity below) + // (unfortunately this clips FLTK's border, so we must draw it explicitly below) // fl_push_clip(wix, wiy, wiw, wih); { -- cgit v1.2.3