From 496f32ea2ba3600f739cf8e56e5fae65ce4927cb Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 26 Jul 2019 14:11:12 +0200 Subject: Fix typos Change-Id: I69e5c6d82fddd1da1e414e7764f3a5d90351a43d Reviewed-on: https://gerrit.libreoffice.org/76377 Tested-by: Jenkins Reviewed-by: Julien Nabet --- xmlsecurity/inc/framework/securityengine.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlsecurity/inc') diff --git a/xmlsecurity/inc/framework/securityengine.hxx b/xmlsecurity/inc/framework/securityengine.hxx index 50cec2d4b8b8..ca47389c427b 100644 --- a/xmlsecurity/inc/framework/securityengine.hxx +++ b/xmlsecurity/inc/framework/securityengine.hxx @@ -59,7 +59,7 @@ protected: /* * the id of ElementCollector of the template element. * For a signature, the template element is the Signature element, - * for a encryption, the EncryptedData/EncryptedKey element is. + * for an encryption, the EncryptedData/EncryptedKey element is. */ sal_Int32 m_nIdOfTemplateEC; -- cgit