summaryrefslogtreecommitdiff
path: root/src/Fl_Table.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-10-31 18:22:42 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-10-31 18:22:42 +0100
commitc47fd75bcd73428d8717e0312d8a297867dd87df (patch)
tree5eebc5059c6affee1ca8f4db82ad23590a78f4fe /src/Fl_Table.cxx
parent9a00f07c4f86a827bf3689cffbdadff6f2c4072b (diff)
Fix typos
Diffstat (limited to 'src/Fl_Table.cxx')
-rw-r--r--src/Fl_Table.cxx2
1 files changed, 1 insertions, 1 deletions
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);
{