summaryrefslogtreecommitdiff
path: root/tools/source
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source')
-rw-r--r--tools/source/generic/poly2.cxx2
-rw-r--r--tools/source/rc/resmgr.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/source/generic/poly2.cxx b/tools/source/generic/poly2.cxx
index 4bff3622518d..7ef7df199f4f 100644
--- a/tools/source/generic/poly2.cxx
+++ b/tools/source/generic/poly2.cxx
@@ -342,7 +342,7 @@ void PolyPolygon::ImplDoOperation( const PolyPolygon& rPolyPoly, PolyPolygon& rR
case POLY_CLIP_DIFF:
{
- // substract B from A (DIFF)
+ // subtract B from A (DIFF)
aMergePolyPolygonA = basegfx::tools::solvePolygonOperationDiff(aMergePolyPolygonA, aMergePolyPolygonB);
break;
}
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx
index bf9c3d86d6ac..55610d82d7c6 100644
--- a/tools/source/rc/resmgr.cxx
+++ b/tools/source/rc/resmgr.cxx
@@ -243,7 +243,7 @@ InternalResMgr* ResMgrContainer::getResMgr( const OUString& rPrefix,
it = m_aResFiles.find( aSearch );
if( it != m_aResFiles.end() )
{
- // ensure InternalResMgr existance
+ // ensure InternalResMgr existence
if( ! it->second.pResMgr )
{
InternalResMgr* pImp =
@@ -269,7 +269,7 @@ InternalResMgr* ResMgrContainer::getResMgr( const OUString& rPrefix,
{
if( it->first.matchIgnoreAsciiCase( rPrefix ) )
{
- // ensure InternalResMgr existance
+ // ensure InternalResMgr existence
if( ! it->second.pResMgr )
{
InternalResMgr* pImp =