summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-03-18 17:15:58 +0100
committerAndrea Gelmini <andrea.gelmini@gelma.net>2021-03-19 07:53:41 +0100
commit4550b35781c6d9407da29f64f9b02b9201bf953b (patch)
tree8e6799a66441ccfb896f60056027ac347b974e05 /sax
parentbf6efbb808929bfba42f88c894be93d1aa6f4210 (diff)
Fix typo
Change-Id: Icc75dc0f0d7434233b83fb72aadb4832ea47493e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112694 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'sax')
-rw-r--r--sax/source/fastparser/fastparser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx
index f35e56e8ab7f..8cec8284abce 100644
--- a/sax/source/fastparser/fastparser.cxx
+++ b/sax/source/fastparser/fastparser.cxx
@@ -467,7 +467,7 @@ void Entity::startElement( Event const *pEvent )
if( xContext.is() )
xContext->startFastElement( nElementToken, xAttr );
}
- // swap the reference we own in to avoid referencing thrash.
+ // swap the reference we own in to avoid referencing trash.
maContextStack.top().mxContext = std::move( xContext );
}
catch (...)