[Libreoffice-commits] core.git: xmlsecurity/inc

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Feb 9 11:24:36 UTC 2020


 xmlsecurity/inc/framework/signatureengine.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9eac1d04037070ac93573bc8955189bed3fcb986
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Feb 9 11:10:35 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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;


More information about the Libreoffice-commits mailing list