summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Grid.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Grid.cxx b/src/Fl_Grid.cxx
index c3b3e1334..da9c34ebc 100644
--- a/src/Fl_Grid.cxx
+++ b/src/Fl_Grid.cxx
@@ -322,7 +322,7 @@ void Fl_Grid::draw() {
This is called automatically when the Fl_Grid is resized. You need to
call it once after you added widgets or moved widgets between cells.
- Calling it once after all modfications are completed is enough.
+ Calling it once after all modifications are completed is enough.
\todo Document when and why to call layout() w/o args. See Fl_Flex::layout()