summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-07-29 20:32:54 +0200
committerJay Berkenbilt <ejb@ql.org>2012-07-29 20:44:12 +0200
commit32051283b9a0fb990180bbf9501b73bdad527b5b (patch)
tree97d28ec8a0a61318f810c3a474fb179862acc343 /TODO
parentbde98044f4acd5ce0e1965ad28a6854c31aa29a1 (diff)
downloadqpdf-32051283b9a0fb990180bbf9501b73bdad527b5b.tar.zst
Fix spelling errors
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index 3e27f0e5..a753b8da 100644
--- a/TODO
+++ b/TODO
@@ -96,8 +96,8 @@ Index: QPDFWriter.cc
------------------------------
* Handle embedded files. PDF Reference 1.7 section 3.10, "File
- Specifications", discusses this. Once we can definitely recongize
- all embedded files in a docucment, we can update the encryption
+ Specifications", discusses this. Once we can definitely recognize
+ all embedded files in a document, we can update the encryption
code to handle it properly. In QPDF_encryption.cc, search for
cf_file. Remove exception thrown if cf_file is different from
cf_stream, and write code in the stream decryption section to use
@@ -171,5 +171,5 @@ Index: QPDFWriter.cc
providing some mechanism to recover earlier versions of a file
embedded prior to appended sections.
- * From a suggestion in bug 3152169, consisder having an option to
+ * From a suggestion in bug 3152169, consider having an option to
re-encode inline images with an ASCII encoding.