summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source/component.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/component.cxx')
-rw-r--r--cppuhelper/source/component.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/component.cxx b/cppuhelper/source/component.cxx
index 9403303878c5..09a20cbfe2ca 100644
--- a/cppuhelper/source/component.cxx
+++ b/cppuhelper/source/component.cxx
@@ -143,7 +143,7 @@ void OComponentHelper::dispose()
{
// An frequently programming error is to release the last
// reference to this object in the disposing message.
- // Make it rubust, hold a self Reference.
+ // Make it robust, hold a self Reference.
Reference<XComponent > xSelf( this );
// Guard dispose against multible threading