aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2016-04-04 23:15:26 +0200
committerSebastian Geerken <devnull@localhost>2016-04-04 23:15:26 +0200
commita6be59d31f590d2d0c36e64537630ae12d996b27 (patch)
treef0f7ad520df2940b0280ea76a4561b168a4d40a9
parentd76ad3d7d075b517fc2fec56c1ba60ae6a6bb31c (diff)
Fix typo in comment.
-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 ())