From 1a8915ef8302b13b781977209ae1fa41f5f659dc Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 29 Jun 2015 16:56:44 +0200 Subject: Fix typos Change-Id: I1c5e4970d4e90bdea68a901294594104de5e189e Reviewed-on: https://gerrit.libreoffice.org/16582 Tested-by: Jenkins Reviewed-by: Andras Timar --- xmlsecurity/source/framework/encryptorimpl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlsecurity') diff --git a/xmlsecurity/source/framework/encryptorimpl.cxx b/xmlsecurity/source/framework/encryptorimpl.cxx index 291433031178..2bb30f14fa13 100644 --- a/xmlsecurity/source/framework/encryptorimpl.cxx +++ b/xmlsecurity/source/framework/encryptorimpl.cxx @@ -169,7 +169,7 @@ void SAL_CALL EncryptorImpl::setReferenceCount(sal_Int32) throw (Exception, RuntimeException, std::exception) { /* - * dummp method, because there is only one reference in + * dummy method, because there is only one reference in * encryption, different from signature. * so the referenceNumber is always 1 */ -- cgit