diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-08-27 00:06:44 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-08-27 18:46:24 +0200 |
commit | 6d58d3aa8620a23abd0dfdc3cda86aa51bc88268 (patch) | |
tree | b7aead14809cdc92c67d8b29504d170e53598e84 /xmlsecurity/README.md | |
parent | e0142562a1dafb7d1d1b60684934525dbbeb76c0 (diff) |
Fix typo
Change-Id: I618431147060b4bec7d1957b949dc270eeaafdd2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156153
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmlsecurity/README.md')
-rw-r--r-- | xmlsecurity/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/README.md b/xmlsecurity/README.md index 80259e6dcbf9..5d45e36119eb 100644 --- a/xmlsecurity/README.md +++ b/xmlsecurity/README.md @@ -24,7 +24,7 @@ the exported PDF files. It is also possible to sign existing PDF files. ## Source Primary Contents - * `component`: Main implementation of `DocumentDigitalSignatuers` where the interaction with security environment and certificates occur. + * `component`: Main implementation of `DocumentDigitalSignatures` where the interaction with security environment and certificates occur. * `dialogs`: Certificate & Signatures management dialogs. * `certificatechooser`: Dialog that allows you to find and choose certificates or signatures for encryption. * `certificateviewer`: More detailed information about each certificate. |