From bcb7b7fb5467785fa08893c3b83059594953b81e Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Fri, 24 Jun 2016 11:20:12 -0400 Subject: typo --- dw/widget.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dw/widget.cc') 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. */ -- cgit v1.2.3