summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-19 16:56:30 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-07-20 17:57:16 +0200
commit9e81a56c8086a92d9b8a3b514b24b04180759a4d (patch)
tree6305b05fc06843d68c7a72b441933478862854c3 /include/svl
parent548186a6cb174f4b2a08201d25bf093e01abee75 (diff)
Fix typo
Change-Id: I4b5bc31e2513a36069643e8b302ed756985ed8b2 Reviewed-on: https://gerrit.libreoffice.org/75985 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/sigstruct.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svl/sigstruct.hxx b/include/svl/sigstruct.hxx
index ceed929752ab..f6ee242c84d1 100644
--- a/include/svl/sigstruct.hxx
+++ b/include/svl/sigstruct.hxx
@@ -48,7 +48,7 @@ struct SignatureReferenceInformation
// For ODF: XAdES digests (SHA256) or the old SHA1, from css::xml::crypto::DigestID
sal_Int32 nDigestID;
OUString ouDigestValue;
- /// Type of the reference: an URI (newer idSignedProperties references) or empty.
+ /// Type of the reference: a URI (newer idSignedProperties references) or empty.
OUString ouType;
SignatureReferenceInformation() :
@@ -109,9 +109,9 @@ struct SignatureInformation
//XML signatures are written again (unless they have been removed).
//If the date time string is converted into the DateTime structure
//then information can be lost because it only holds a fractional
- //of a second with a accuracy of one hundredth of second.
+ //of a second with an accuracy of one hundredth of second.
//If the string contains
- //milli seconds (because the document was created by an application other than OOo)
+ //milliseconds (because the document was created by an application other than OOo)
//and the converted time is written back, then the string looks different
//and the signature is broken.
OUString ouDateTime;