summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-02-09 11:10:35 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-02-09 12:23:56 +0100
commit9eac1d04037070ac93573bc8955189bed3fcb986 (patch)
tree2a715f4b37636393bf07738c8a829ba2014fa5ca /xmlsecurity/inc
parent36c456b2df199a6112a4efe18ea740d9e687495d (diff)
Fix typo
Change-Id: I01253631be946fa4d113bb09e0ccb1945ef2ac18 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88328 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r--xmlsecurity/inc/framework/signatureengine.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/inc/framework/signatureengine.hxx b/xmlsecurity/inc/framework/signatureengine.hxx
index 2d4e674859a0..48e4ce5f3f08 100644
--- a/xmlsecurity/inc/framework/signatureengine.hxx
+++ b/xmlsecurity/inc/framework/signatureengine.hxx
@@ -77,7 +77,7 @@ protected:
* a collection of Uri binding.
*
* the m_vUris is used to hold the Uri strings, and the m_vXInputStreams is used
- * to hold corresponding binded XInputStream interface.
+ * to hold corresponding bound XInputStream interface.
*/
std::vector< OUString > m_vUris;
std::vector< css::uno::Reference< css::io::XInputStream > > m_vXInputStreams;