[Libreoffice-commits] core.git: filter/source include/svl xmlsecurity/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Mar 15 14:16:30 UTC 2021


 filter/source/xslt/odf2xhtml/export/xhtml/body.xsl |    2 +-
 include/svl/sigstruct.hxx                          |    2 +-
 xmlsecurity/source/helper/xmlsignaturehelper.cxx   |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 5a086e43ef9959b2c934b7747e0453636a336af0
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Mar 15 11:18:58 2021 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Mon Mar 15 15:15:44 2021 +0100

    Fix typos
    
    Change-Id: I03d48712252cb9f2a3e3c14d6800081ed6af84d6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111911
    Tested-by: Jenkins
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
index f55c7ee97009..033f3200c846 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
@@ -1687,7 +1687,7 @@
 
         <!-- $globalData/styles-file/*/office:styles/ -->
         <xsl:variable name="listLevelStyle" select="$listStyle/*/*[@text:level = number($listLevel)]"/>
-        <!-- 2DO: Acces new list styles
+        <!-- 2DO: Access new list styles
         <xsl:variable name="listLevelLabelAlignment1" select="$listLevelStyle/style:list-level-properties/style:list-level-label-alignment"/>-->
         <xsl:variable name="listIndent">
             <xsl:call-template name="getListIndent">
diff --git a/include/svl/sigstruct.hxx b/include/svl/sigstruct.hxx
index 77be7c48cae9..20cb0ebd2d0a 100644
--- a/include/svl/sigstruct.hxx
+++ b/include/svl/sigstruct.hxx
@@ -98,7 +98,7 @@ struct SignatureInformation
         OUString X509Subject;
     };
     typedef std::vector<X509CertInfo> X509Data;
-    // note: at parse time, it's unkown which one is the signing certificate;
+    // note: at parse time, it's unknown which one is the signing certificate;
     // ImplVerifySignatures() figures it out and puts it at the back
     std::vector<X509Data> X509Datas;
 
diff --git a/xmlsecurity/source/helper/xmlsignaturehelper.cxx b/xmlsecurity/source/helper/xmlsignaturehelper.cxx
index 18ed40ce6ac5..c77491558380 100644
--- a/xmlsecurity/source/helper/xmlsignaturehelper.cxx
+++ b/xmlsecurity/source/helper/xmlsignaturehelper.cxx
@@ -642,7 +642,7 @@ static auto CheckX509Data(
                 if (xmlsecurity::EqualDistinguishedNames(
                         certs[chain[i]]->getSubjectName(), certs[j]->getIssuerName()))
                 {
-                    if (chain.size() != i + 1) // already found issuee?
+                    if (chain.size() != i + 1) // already found issue?
                     {
                         SAL_WARN("xmlsecurity.comp", "X509Data do not form a chain: certificate issued 2 others: " << certs[chain[i]]->getSubjectName());
                         return false;


More information about the Libreoffice-commits mailing list