From 48f0a5ed3501e0b0a55cc71f85b4d1aee5a9f4ed Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Wed, 18 Feb 2015 21:58:05 +0100 Subject: Typos Change-Id: I845a85e1aad4a0708f2b43f7d94606b4b5513ee4 --- cppu/source/typelib/typelib.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cppu') diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx index 223549e34b91..17fc0998639e 100644 --- a/cppu/source/typelib/typelib.cxx +++ b/cppu/source/typelib/typelib.cxx @@ -2240,8 +2240,8 @@ extern "C" void SAL_CALL typelib_typedescriptionreference_getDescription( else { (void)osl_atomic_decrement( &pRef->pType->nRefCount ); - // detruction of this type in progress (another thread!) - // no acces through this weak reference + // destruction of this type in progress (another thread!) + // no access through this weak reference pRef->pType = 0; } } @@ -2280,8 +2280,8 @@ extern "C" void SAL_CALL typelib_typedescriptionreference_getByName( } else { - // detruction of this type in progress (another thread!) - // no acces through this weak reference + // destruction of this type in progress (another thread!) + // no access through this weak reference (void)osl_atomic_decrement( &(*aIt).second->nRefCount ); } } -- cgit