diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2016-06-24 11:20:12 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2016-06-24 11:20:12 -0400 |
commit | bcb7b7fb5467785fa08893c3b83059594953b81e (patch) | |
tree | 5ede19cc69e831546f37ee0aa4fe33f2603ed322 | |
parent | 5a5f20020fc4b62d1e8f8db48da3eb84e9f4160e (diff) |
typo
-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. */ |