diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-02-03 21:28:48 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-02-03 21:09:44 +0000 |
commit | 223f1f2b81add7a49f071bcb1dd14081c11f45a4 (patch) | |
tree | a45b66e3ae687697e058d4f58dbc3da9edc0e1cc /xmlsecurity | |
parent | 797d10e1772a7c9b4c96c6da7e5dcec8e3d48914 (diff) |
Typos
Change-Id: I36f443c266670bd26aa6b813075e18653f372f52
Reviewed-on: https://gerrit.libreoffice.org/33900
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/framework/saxeventkeeperimpl.cxx | 2 | ||||
-rw-r--r-- | xmlsecurity/source/helper/xsecctl.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/source/framework/saxeventkeeperimpl.cxx b/xmlsecurity/source/framework/saxeventkeeperimpl.cxx index bb1ce37ff4f2..934be03f7edc 100644 --- a/xmlsecurity/source/framework/saxeventkeeperimpl.cxx +++ b/xmlsecurity/source/framework/saxeventkeeperimpl.cxx @@ -428,7 +428,7 @@ void SAXEventKeeperImpl::smashBufferNode( * true. Because a Blocker can buffer many SAX events which are not used * by any other ElementCollector or Blocker. * When the bClearRoot is set to true, the root BufferNode will be first - * cleared, with a stop flag seting at the next Blocking BufferNode. This + * cleared, with a stop flag setting at the next Blocking BufferNode. This * operation can delete all useless bufferred SAX events which are only * needed by the Blocker to be deleted. ******************************************************************************/ diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx index ff2e47219216..319e08866669 100644 --- a/xmlsecurity/source/helper/xsecctl.cxx +++ b/xmlsecurity/source/helper/xsecctl.cxx @@ -478,7 +478,7 @@ void XSecController::clearSAXChainConnector() ******************************************************************************/ { /* - * before reseting, if the ElementStackKeeper has kept something, then + * before resetting, if the ElementStackKeeper has kept something, then * those kept key SAX events must be transferred to the SAXEventKeeper * first. This is to promise the next node to the SAXEventKeeper on the * SAX chain always receives a complete document. |