summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/body.xsl2
-rw-r--r--include/svl/sigstruct.hxx2
-rw-r--r--xmlsecurity/source/helper/xmlsignaturehelper.cxx2
3 files changed, 3 insertions, 3 deletions
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;