From afad1a0cbc893291ea32baa7234c4ed7a5ffcf80 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 24 Jul 2019 19:48:51 +0200 Subject: Fix typos Change-Id: Ib778a6598f3797fe871a25b56b7b4b7761889296 Reviewed-on: https://gerrit.libreoffice.org/76269 Tested-by: Jenkins Reviewed-by: Andrea Gelmini --- xmlsecurity/source/framework/signatureengine.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlsecurity/source/framework/signatureengine.cxx') diff --git a/xmlsecurity/source/framework/signatureengine.cxx b/xmlsecurity/source/framework/signatureengine.cxx index 3e74a7b25452..ff1025e9d783 100644 --- a/xmlsecurity/source/framework/signatureengine.cxx +++ b/xmlsecurity/source/framework/signatureengine.cxx @@ -49,7 +49,7 @@ bool SignatureEngine::checkReady() const * 2. the key material is known; * 3. the amount of reference is known; * 4. all of referenced elements, the key element and the signature - * template are bufferred. + * template are buffered. * * RESULT * bReady - true if all conditions are satisfied, false otherwise -- cgit