diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-24 19:48:51 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-24 23:34:49 +0200 |
commit | afad1a0cbc893291ea32baa7234c4ed7a5ffcf80 (patch) | |
tree | 5cbda7f60e7d3efb1cb6d939a40efee08e434167 /xmlsecurity/source/framework/signatureengine.cxx | |
parent | 30320abbef8fabfeadda2b31b72f595c4a1c1ed9 (diff) |
Fix typos
Change-Id: Ib778a6598f3797fe871a25b56b7b4b7761889296
Reviewed-on: https://gerrit.libreoffice.org/76269
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'xmlsecurity/source/framework/signatureengine.cxx')
-rw-r--r-- | xmlsecurity/source/framework/signatureengine.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |