From db6c09b625690bc83c0ce6cada6f3206096eeceb Mon Sep 17 00:00:00 2001 From: m-holger Date: Sat, 27 May 2023 10:00:30 +0100 Subject: Fix doc typos --- libqpdf/QPDF_encryption.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libqpdf') diff --git a/libqpdf/QPDF_encryption.cc b/libqpdf/QPDF_encryption.cc index 3fda99c4..26044500 100644 --- a/libqpdf/QPDF_encryption.cc +++ b/libqpdf/QPDF_encryption.cc @@ -725,7 +725,7 @@ QPDF::initializeEncryption() } m->encp->encryption_initialized = true; - // After we initialize encryption parameters, we must used stored key information and never look + // After we initialize encryption parameters, we must use stored key information and never look // at /Encrypt again. Otherwise, things could go wrong if someone mutates the encryption // dictionary. -- cgit v1.2.3-54-g00ecf