summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/propshlp.cxx2
-rw-r--r--cppuhelper/source/weak.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/source/propshlp.cxx b/cppuhelper/source/propshlp.cxx
index 2b6001fcc688..91f07bf29aaa 100644
--- a/cppuhelper/source/propshlp.cxx
+++ b/cppuhelper/source/propshlp.cxx
@@ -892,7 +892,7 @@ void OPropertySetHelper::setFastPropertyValues(
// XMultiPropertySet
/**
- * The sequence may be conatain not known properties. The implementation
+ * The sequence may be contain not known properties. The implementation
* must ignore these properties.
*/
void OPropertySetHelper::setPropertyValues(
diff --git a/cppuhelper/source/weak.cxx b/cppuhelper/source/weak.cxx
index cf7ad1fc1b9c..661c687e8425 100644
--- a/cppuhelper/source/weak.cxx
+++ b/cppuhelper/source/weak.cxx
@@ -364,7 +364,7 @@ OWeakRefListener::~OWeakRefListener()
{
if (m_XWeakConnectionPoint.is())
{
- acquire(); // dont die again
+ acquire(); // don't die again
m_XWeakConnectionPoint->removeReference(static_cast<XReference*>(this));
}
}