diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 18:30:25 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 19:16:24 +0100 |
commit | c289013572024bb04ff37e8ae0e5e8901c4339ca (patch) | |
tree | a61664f6ec1422038b9bd176f16b7f038cc1ea88 /comphelper | |
parent | 59f1e95844b420c529cd0205bba11cf3d0b73258 (diff) |
typo: tempoary -> temporary
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/proxyaggregation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/proxyaggregation.cxx b/comphelper/source/misc/proxyaggregation.cxx index c2b89e92d5a8..ccd612d87b83 100644 --- a/comphelper/source/misc/proxyaggregation.cxx +++ b/comphelper/source/misc/proxyaggregation.cxx @@ -50,7 +50,7 @@ namespace comphelper Reference< XProxyFactory > xFactory = ProxyFactory::create( m_xContext ); // then the proxy itself - { // i36686 OJ: achieve the desctruction of the tempoary -> otherwise it leads to _rRefCount -= 2 + { // i36686 OJ: achieve the desctruction of the temporary -> otherwise it leads to _rRefCount -= 2 m_xProxyAggregate = xFactory->createProxy( _rxComponent ); } if ( m_xProxyAggregate.is() ) |