diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 15:38:38 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 13:10:53 +0000 |
commit | 74117f95972a0ef690401815d5e5ff7759ceb8af (patch) | |
tree | 0cefe09683149742f1157b6a9d008b26f0df83da /xmlsecurity | |
parent | e9b628760e2606769d7cc7fa2993729b796628d3 (diff) |
Fix typos
Change-Id: I901ff35ad2e0aa43a421f0996865130514a819bc
Reviewed-on: https://gerrit.libreoffice.org/35663
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/inc/sigstruct.hxx | 2 | ||||
-rw-r--r-- | xmlsecurity/inc/xmlsignaturehelper.hxx | 2 | ||||
-rw-r--r-- | xmlsecurity/source/dialogs/certificatechooser.cxx | 2 | ||||
-rw-r--r-- | xmlsecurity/source/helper/xsecsign.cxx | 2 | ||||
-rw-r--r-- | xmlsecurity/source/xmlsec/nss/ciphercontext.cxx | 2 | ||||
-rw-r--r-- | xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/xmlsecurity/inc/sigstruct.hxx b/xmlsecurity/inc/sigstruct.hxx index 29eeb728c3b2..479ba3d8f745 100644 --- a/xmlsecurity/inc/sigstruct.hxx +++ b/xmlsecurity/inc/sigstruct.hxx @@ -100,7 +100,7 @@ struct SignatureInformation OUString ouDescriptionPropertyId; /// OOXML certificate SHA-256 digest, empty for ODF except when doing XAdES signature. OUString ouCertDigest; - /// A full OOXML signguature for unchanged roundtrip, empty for ODF. + /// A full OOXML signature for unchanged roundtrip, empty for ODF. css::uno::Sequence<sal_Int8> aSignatureBytes; /// For PDF: digest format, from css::xml::crypto::DigestID sal_Int32 nDigestID; diff --git a/xmlsecurity/inc/xmlsignaturehelper.hxx b/xmlsecurity/inc/xmlsignaturehelper.hxx index 38c88099fef5..da3b8bf170a0 100644 --- a/xmlsecurity/inc/xmlsignaturehelper.hxx +++ b/xmlsecurity/inc/xmlsignaturehelper.hxx @@ -114,7 +114,7 @@ public: void StartVerifySignatureElement(); // Set the storage which should be used by the default UriBinding - // Must be set before StatrtMission(). + // Must be set before StartMission(). //sODFVersion indicates the ODF version void SetStorage( const css::uno::Reference < css::embed::XStorage >& rxStorage, const OUString& sODFVersion ); diff --git a/xmlsecurity/source/dialogs/certificatechooser.cxx b/xmlsecurity/source/dialogs/certificatechooser.cxx index 551c863f62d9..0509b29e1e46 100644 --- a/xmlsecurity/source/dialogs/certificatechooser.cxx +++ b/xmlsecurity/source/dialogs/certificatechooser.cxx @@ -96,7 +96,7 @@ short CertificateChooser::Execute() // PostUserLink behavior is to slow, so do it directly before Execute(). // Problem: This Dialog should be visible right now, and the parent should not be accessible. - // Show, Update, DIsableInput... + // Show, Update, DisableInput... vcl::Window* pMe = this; vcl::Window* pParent = GetParent(); diff --git a/xmlsecurity/source/helper/xsecsign.cxx b/xmlsecurity/source/helper/xsecsign.cxx index 1b2d81b62c2f..a98611e47f20 100644 --- a/xmlsecurity/source/helper/xsecsign.cxx +++ b/xmlsecurity/source/helper/xsecsign.cxx @@ -178,7 +178,7 @@ cssu::Reference< cssxc::sax::XReferenceResolvedListener > XSecController::prepar } /* - * replace both digestValues and signatueValue to " " + * replace both digestValues and signatureValue to " " */ for(i=0; i<size; ++i) { diff --git a/xmlsecurity/source/xmlsec/nss/ciphercontext.cxx b/xmlsecurity/source/xmlsec/nss/ciphercontext.cxx index d40126f5275a..a3a29e20d6a0 100644 --- a/xmlsecurity/source/xmlsec/nss/ciphercontext.cxx +++ b/xmlsecurity/source/xmlsec/nss/ciphercontext.cxx @@ -192,7 +192,7 @@ uno::Sequence< ::sal_Int8 > SAL_CALL OCipherContext::finalizeCipherContextAndDis if ( m_bW3CPadding && m_bEncryption ) { - // in this case the last block should be smaller than standtard block + // in this case the last block should be smaller than standard block // it will be increased with the padding OSL_ENSURE( m_aLastBlock.getLength() < m_nBlockSize, "Unexpected size of cashed incomplete last block!" ); diff --git a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx index d97c9d906da7..1a40f347d74f 100644 --- a/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx +++ b/xmlsecurity/source/xmlsec/xmldocumentwrapper_xmlsecimpl.cxx @@ -411,7 +411,7 @@ sal_Int32 XMLDocumentWrapper_XmlSecImpl::recursiveDelete( * FUNCTION * Deletes a particular node with its branch, while reserving the nodes * (and their branches) listed in the m_aReservedNodes. - * The deletion process is preformed in the tree order, that is, a node + * The deletion process is performed in the tree order, that is, a node * is deleted after its previous sibling node is deleted, a parent node * is deleted after its branch is deleted. * During the deletion process when the m_pStopAtNode is reached, the |