Fix typos in comments in ure/cppuhelper

Signed-off-by: Laurent Charrière <lcharriere@gmail.com>
This commit is contained in:
Laurent Charrière
2010-10-13 22:28:41 -07:00
committed by Michael Meeks
parent fee1a2b79e
commit 7b5a50e4ed
9 changed files with 25 additions and 25 deletions

View File

@@ -211,7 +211,7 @@ void OComponentHelper::dispose()
}
else
{
// in a multithreaded environment, it can't be avoided,
// in a multithreaded environment, it can't be avoided
// that dispose is called twice.
// However this condition is traced, because it MAY indicate an error.
OSL_TRACE( "OComponentHelper::dispose() - dispose called twice" );