aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-03-08 00:17:17 +0100
committerJay Berkenbilt <ejb@ql.org>2022-03-08 00:22:34 +0100
commit584793ea1e34797ab01ffa11d26f302cd9790f4c (patch)
tree3ab13e8f00cb601db57805c03d4f2dfb62e86e7a /TODO
parentf0307891048688780525c1f43a4a04ccf788ffb3 (diff)
downloadqpdf-584793ea1e34797ab01ffa11d26f302cd9790f4c.tar.zst
Spell check, update release notes for 10.6.3
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index 96d62a14..41e4d214 100644
--- a/TODO
+++ b/TODO
@@ -3,7 +3,6 @@ Next
====
In order:
-* PR #661 (overloaded getters from m-holger)
* cmake
* code formatting
* PointerHolder -> shared_ptr
@@ -284,7 +283,7 @@ When creating output from a string:
* Else encode as "b:"
When reading a string, any string that doesn't follow the above rules
-is an error. This includes "r:" strings not paresable as a real
+is an error. This includes "r:" strings not parseable as a real
number, "/Name" strings containing a NUL character, "s:" or "b:"
strings that are not valid JSON strings, "b:" strings containing
character values > 0xff, or "e:" values that are not valid base64.