summaryrefslogtreecommitdiff
path: root/toolkit/workben
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/workben')
-rw-r--r--toolkit/workben/layout/editor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/workben/layout/editor.cxx b/toolkit/workben/layout/editor.cxx
index 66e92bd77bd8..b985d40bd4e5 100644
--- a/toolkit/workben/layout/editor.cxx
+++ b/toolkit/workben/layout/editor.cxx
@@ -698,7 +698,7 @@ bool moveWidget( Widget *pWidget, bool up /*or down*/ )
unsigned int childPos = pContainer->getChildPos( pSibling );
if ( pContainer->addChild( pWidget, childPos + (up ? 0 : 1) ) )
- return true; // should always be succesful
+ return true; // should always be successful
}
// go through parents -- try to get prepended to them
else