diff options
Diffstat (limited to 'dw/layout.cc')
-rw-r--r-- | dw/layout.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/layout.cc b/dw/layout.cc index 33c3e75d..1784b139 100644 --- a/dw/layout.cc +++ b/dw/layout.cc @@ -355,7 +355,7 @@ void Layout::detachWidget (Widget *widget) // be detached, and check "layout != NULL" at relevant points. // Could be replaced by a virtual method in Widget, like getWidgetAtPoint, - // if performace were really a problem. + // if performance were really a problem. widget->layout = NULL; Iterator *it = |