summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-30 15:00:24 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 13:05:20 +0000
commit3f6da86e9fb9390d7c9f97769a79bddb265e43b4 (patch)
tree5d62edddedf3934bfc3318a258055539d94337a7 /cppu
parenta50539e2aa79bfef74c1100c252020972d436e77 (diff)
Fix typos
Change-Id: I13c3dc33722f139582f27412d5d336264d3d15a3 Reviewed-on: https://gerrit.libreoffice.org/18942 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'cppu')
-rw-r--r--cppu/source/typelib/typelib.cxx2
-rw-r--r--cppu/source/uno/cascade_mapping.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx
index 129b2c00a21c..238b4daa393e 100644
--- a/cppu/source/typelib/typelib.cxx
+++ b/cppu/source/typelib/typelib.cxx
@@ -1555,7 +1555,7 @@ extern "C" void SAL_CALL typelib_typedescription_register(
}
else if( !pTDR->pType->bOnDemand && (*ppNewDescription)->bOnDemand )
{
- // switch from !OnDemand to OnDemand, so the description must be relesed
+ // switch from !OnDemand to OnDemand, so the description must be released
assert(pTDR->pType->nRefCount > 1);
// coverity[freed_arg] - pType's nRefCount is > 1 here
typelib_typedescription_release( pTDR->pType );
diff --git a/cppu/source/uno/cascade_mapping.cxx b/cppu/source/uno/cascade_mapping.cxx
index 596205a6be4e..a5295bce9d6b 100644
--- a/cppu/source/uno/cascade_mapping.cxx
+++ b/cppu/source/uno/cascade_mapping.cxx
@@ -246,7 +246,7 @@ void getCascadeMapping(uno_Mapping ** ppMapping,
return;
// reaching this point means, we need a mediated mapping!!!
- // we generall mediate via uno[:free]
+ // we generally mediate via uno[:free]
uno_Environment * pInterm = NULL;
// chained uno -> uno