From 1c5f07e60cfd81f27ad3aea0b56634554f3ef5a9 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Jul 2015 18:26:18 +0200 Subject: Fix typos Change-Id: I98b4dfb0f72f315065693335e2f882bb2eed3afe Reviewed-on: https://gerrit.libreoffice.org/16713 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- xmlsecurity/source/helper/xsecctl.cxx | 2 +- xmlsecurity/source/xmlsec/xmlstreamio.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'xmlsecurity') diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx index 9469e6f6ead4..774645f5975d 100644 --- a/xmlsecurity/source/helper/xsecctl.cxx +++ b/xmlsecurity/source/helper/xsecctl.cxx @@ -203,7 +203,7 @@ bool XSecController::chainOn( bool bRetrievingLastEvent ) /****** XSecController/chainOn ************************************************ * * NAME - * chainOn -- tyies to connect the SAXEventKeeper with the SAX chain. + * chainOn -- tries to connect the SAXEventKeeper with the SAX chain. * * SYNOPSIS * bJustChainingOn = chainOn( bRetrievingLastEvent ); diff --git a/xmlsecurity/source/xmlsec/xmlstreamio.cxx b/xmlsecurity/source/xmlsec/xmlstreamio.cxx index cecd659cfd74..47648708e041 100644 --- a/xmlsecurity/source/xmlsec/xmlstreamio.cxx +++ b/xmlsecurity/source/xmlsec/xmlstreamio.cxx @@ -200,7 +200,7 @@ int xmlRegisterStreamInputCallbacks( int xmlUnregisterStreamInputCallbacks() { if( ( enableXmlStreamIO & XMLSTREAMIO_REGISTERED ) ) { - //Clear the uir-stream binding + //Clear the uri-stream binding m_xUriBinding.clear() ; //disable the registered flag -- cgit