diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 18:13:49 +0200 |
---|---|---|
committer | Joren De Cuyper <jorendc@libreoffice.org> | 2015-09-29 22:13:57 +0000 |
commit | 4678982056a11f978277a2da7a085e4f6ac24afd (patch) | |
tree | d863bcdebf5a889accfe7e6c2446f8a9e44f9d89 /xmlsecurity | |
parent | a0dd7f887bb59b58e22a27a2110cdf1f1833042a (diff) |
Fix typos
Change-Id: I2cdfc4e9d8ba1acb7c2548f9394d320c6504207e
Reviewed-on: https://gerrit.libreoffice.org/18997
Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
Diffstat (limited to 'xmlsecurity')
7 files changed, 7 insertions, 7 deletions
diff --git a/xmlsecurity/source/dialogs/resourcemanager.cxx b/xmlsecurity/source/dialogs/resourcemanager.cxx index 83420b9d9a16..dc06278561f8 100644 --- a/xmlsecurity/source/dialogs/resourcemanager.cxx +++ b/xmlsecurity/source/dialogs/resourcemanager.cxx @@ -72,7 +72,7 @@ namespace XmlSec /* Creates two strings based on the distinguished name which are displayed in the certificate details view. The first string contains only the values of the attribute - and valudes pairs, which are separated by commas. All escape characters ('"') are + and values pairs, which are separated by commas. All escape characters ('"') are removed. The second string is for the details view at the bottom. It shows the attribute/value pairs on different lines. All escape characters ('"') are removed. diff --git a/xmlsecurity/source/framework/buffernode.cxx b/xmlsecurity/source/framework/buffernode.cxx index 6d35284e974e..8196f7182f94 100644 --- a/xmlsecurity/source/framework/buffernode.cxx +++ b/xmlsecurity/source/framework/buffernode.cxx @@ -199,7 +199,7 @@ void BufferNode::setBlocker(const ElementMark* pBlocker) * empty * * NOTES - * Because there is only one blocker permited for a BufferNode, so the + * Because there is only one blocker permitted for a BufferNode, so the * old blocker on this BufferNode, if there is one, will be overcasted. * * AUTHOR diff --git a/xmlsecurity/source/framework/saxeventkeeperimpl.cxx b/xmlsecurity/source/framework/saxeventkeeperimpl.cxx index 4eea017b0dd6..666063aea839 100644 --- a/xmlsecurity/source/framework/saxeventkeeperimpl.cxx +++ b/xmlsecurity/source/framework/saxeventkeeperimpl.cxx @@ -491,7 +491,7 @@ void SAXEventKeeperImpl::smashBufferNode( /* * If this is a blocker, then remove any out-element data * which caused by blocking. The removal process will stop - * at the next blokcer to avoid removing any useful data. + * at the next blocker to avoid removing any useful data. */ if (bClearRoot) { diff --git a/xmlsecurity/source/framework/saxeventkeeperimpl.hxx b/xmlsecurity/source/framework/saxeventkeeperimpl.hxx index 9dea0418e807..31c2f11bf15a 100644 --- a/xmlsecurity/source/framework/saxeventkeeperimpl.hxx +++ b/xmlsecurity/source/framework/saxeventkeeperimpl.hxx @@ -78,7 +78,7 @@ private: /* * the compressed document handler provided by the XMLDocumentWrapper - * component, the handler has more effient method definition that the + * component, the handler has more efficient method definition that the * normal document handler. */ com::sun::star::uno::Reference< diff --git a/xmlsecurity/source/framework/securityengine.hxx b/xmlsecurity/source/framework/securityengine.hxx index 7f7706c4bb4a..2279b72e8bff 100644 --- a/xmlsecurity/source/framework/securityengine.hxx +++ b/xmlsecurity/source/framework/securityengine.hxx @@ -81,7 +81,7 @@ protected: sal_Int32 m_nIdOfKeyEC; /* - * remembers whether the current opertion has finished. + * remembers whether the current operation has finished. */ bool m_bMissionDone; diff --git a/xmlsecurity/source/helper/xsecctl.hxx b/xmlsecurity/source/helper/xsecctl.hxx index f988212e3322..f7b933a4e519 100644 --- a/xmlsecurity/source/helper/xsecctl.hxx +++ b/xmlsecurity/source/helper/xsecctl.hxx @@ -217,7 +217,7 @@ private: com::sun::star::uno::Reference< com::sun::star::uno::XInterface > m_xPreviousNodeOnSAXChain; /* - * whether the preivous node can provide an XInitiazlize interface, + * whether the previous node can provide an XInitiazlize interface, * use this variable in order to typecast the XInterface to the * correct interface type. */ diff --git a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx index e7af2df809da..a4730c9ddb05 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx +++ b/xmlsecurity/source/xmlsec/mscrypt/securityenvironment_mscryptimpl.cxx @@ -937,7 +937,7 @@ sal_Int32 SecurityEnvironment_MSCryptImpl :: verifyCertificate( if ( pSimpleChain->TrustStatus.dwErrorStatus & revocationFlags) { //No revocation information. Because MSDN documentation is not - //clear about if all other tests are performed if an error occurrs, + //clear about if all other tests are performed if an error occurs, //we test again, without requiring revocation checking. CertFreeCertificateChain(pChainContext); pChainContext = NULL; |