diff options
Diffstat (limited to 'dw/widget.cc')
-rw-r--r-- | dw/widget.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/widget.cc b/dw/widget.cc index c37d799d..941779bb 100644 --- a/dw/widget.cc +++ b/dw/widget.cc @@ -301,7 +301,7 @@ void Widget::queueDrawArea (int x, int y, int width, int height) /** * \brief This method should be called, when a widget changes its size. * - * A "fast" queueResize will ignore the anchestors, and furthermore + * A "fast" queueResize will ignore the ancestors, and furthermore * not trigger the idle function. Used only within * viewportSizeChanged, and not available outside Layout and Widget. */ |