summaryrefslogtreecommitdiffstats
path: root/comphelper
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-03-29 18:30:25 +0100
committerThomas Arnhold <thomas@arnhold.org>2014-03-29 19:16:24 +0100
commitc289013572024bb04ff37e8ae0e5e8901c4339ca (patch)
treea61664f6ec1422038b9bd176f16b7f038cc1ea88 /comphelper
parenttypo: previos -> previous (diff)
downloadcore-c289013572024bb04ff37e8ae0e5e8901c4339ca.tar.gz
core-c289013572024bb04ff37e8ae0e5e8901c4339ca.zip
typo: tempoary -> temporary
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/proxyaggregation.cxx2
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() )