include/svl/sigstruct.hxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 9e81a56c8086a92d9b8a3b514b24b04180759a4d
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Jul 19 16:56:30 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Jul 20 17:57:16 2019 +0200

    Fix typo
    
    Change-Id: I4b5bc31e2513a36069643e8b302ed756985ed8b2
    Reviewed-on: https://gerrit.libreoffice.org/75985
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to