From 6d58d3aa8620a23abd0dfdc3cda86aa51bc88268 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 27 Aug 2023 00:06:44 +0200 Subject: [PATCH] Fix typo Change-Id: I618431147060b4bec7d1957b949dc270eeaafdd2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156153 Tested-by: Jenkins Reviewed-by: Julien Nabet --- xmlsecurity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.