summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-03-15 11:18:58 +0100
committerAndras Timar <andras.timar@collabora.com>2021-03-15 15:15:44 +0100
commit5a086e43ef9959b2c934b7747e0453636a336af0 (patch)
treed7dae632dede7535d75dbe1d1f23c481e357394e /include
parent69d79d41c8f1f509e0a5a4e013a8caef01401ece (diff)
Fix typos
Change-Id: I03d48712252cb9f2a3e3c14d6800081ed6af84d6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111911 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/svl/sigstruct.hxx2
1 files changed, 1 insertions, 1 deletions
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;