diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2016-04-10 22:48:29 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2016-04-10 21:25:13 +0000 |
commit | efa26982992d9533db7ef10c788cb9476a7fdcd5 (patch) | |
tree | 119815271113effb52266b981a50d958845a558b /cppuhelper/source | |
parent | 1d371bb521c506e27ca5b2b6999a77071db9fd45 (diff) |
Typo: rubust->robust
Change-Id: Icc6bef40a66d5616667d55bf02f10e19153457a7
Reviewed-on: https://gerrit.libreoffice.org/23971
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cppuhelper/source')
-rw-r--r-- | cppuhelper/source/component.cxx | 2 |
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 |