xmlsecurity/inc/framework/signatureengine.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9eac1d04037070ac93573bc8955189bed3fcb986 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Feb 9 11:10:35 2020 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sun Feb 9 12:23:56 2020 +0100 Fix typo Change-Id: I01253631be946fa4d113bb09e0ccb1945ef2ac18 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88328 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
