aboutsummaryrefslogtreecommitdiff
path: root/dw/widget.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/widget.cc')
-rw-r--r--dw/widget.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/widget.cc b/dw/widget.cc
index d1f30249..33b9ed96 100644
--- a/dw/widget.cc
+++ b/dw/widget.cc
@@ -383,7 +383,7 @@ void Widget::actualQueueResize (int ref, bool extremesChanged, bool fast)
// markExtremesChange have to be called explicitly for the
// parent. The tests (needsResize etc.) are uses to check
// whether queueResize has been called for the parent, or
- // whether this widget is the enty point.
+ // whether this widget is the entry point.
if (parent->needsResize () || parent->resizeQueued ())
parent->markSizeChange (parentRef);
if (parent->extremesChanged () || parent->extremesQueued ())