From 223f1f2b81add7a49f071bcb1dd14081c11f45a4 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Fri, 3 Feb 2017 21:28:48 +0100 Subject: Typos Change-Id: I36f443c266670bd26aa6b813075e18653f372f52 Reviewed-on: https://gerrit.libreoffice.org/33900 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- xmlsecurity/source/framework/saxeventkeeperimpl.cxx | 2 +- xmlsecurity/source/helper/xsecctl.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'xmlsecurity') 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. -- cgit