From 814af9f1e59d1a76473b2c72cae4ba8afe1c52d4 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 16 Jun 2015 12:20:56 +0200 Subject: Fix typos Change-Id: Icfb885b72d51edc886851cf503c56fa12b8f559f Reviewed-on: https://gerrit.libreoffice.org/16309 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- xmlsecurity/source/xmlsec/nss/ciphercontext.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlsecurity') diff --git a/xmlsecurity/source/xmlsec/nss/ciphercontext.cxx b/xmlsecurity/source/xmlsec/nss/ciphercontext.cxx index 1a5b47319c8f..a261627ab080 100644 --- a/xmlsecurity/source/xmlsec/nss/ciphercontext.cxx +++ b/xmlsecurity/source/xmlsec/nss/ciphercontext.cxx @@ -247,7 +247,7 @@ uno::Sequence< ::sal_Int8 > SAL_CALL OCipherContext::finalizeCipherContextAndDis if ( m_bW3CPadding && !m_bEncryption ) { // W3CPadding handling for decryption - // aResult should have anough data, since we let m_aLastBlock be big enough in case of decryption + // aResult should have enough data, since we let m_aLastBlock be big enough in case of decryption OSL_ENSURE( aResult.getLength() >= m_nBlockSize, "Not enough data to handle the padding!" ); sal_Int8 nBytesToRemove = aResult[aResult.getLength() - 1]; -- cgit