From d2e68b57c8084b7790f598461f7145147abc4404 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 18 Jun 2022 10:38:54 -0400 Subject: [PATCH] Spell check --- cSpell.json | 3 +++ manual/release-notes.rst | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/cSpell.json b/cSpell.json index ddf7bd4b..507ef610 100644 --- a/cSpell.json +++ b/cSpell.json @@ -163,6 +163,7 @@ "glerbl", "gmon", "gmtoff", + "gnuc", "gnutls", "gprof", "gswin", @@ -395,6 +396,7 @@ "qpdffilespecobjecthelper", "qpdfformfieldobjecthelper", "qpdfjob", + "qpdflogger", "qpdfmatrix", "qpdfnametreeobjecthelper", "qpdfnumbertreeobjecthelper", @@ -539,6 +541,7 @@ "wchar", "wconversion", "wcslen", + "wdeprecated", "weimer", "werror", "wfilename", diff --git a/manual/release-notes.rst b/manual/release-notes.rst index d66e4bb3..847e6242 100644 --- a/manual/release-notes.rst +++ b/manual/release-notes.rst @@ -22,7 +22,7 @@ For a detailed list of changes, please see the file - qpdf's JSON output mode is now at version 2. This fixes several flaws with version 1. Version 2 JSON output is unambiguous and - complete, and bidrectional conversion between JSON and PDF is + complete, and bidirectional conversion between JSON and PDF is supported. Command-line options and library API are available for creating JSON from PDF, creating PDF from JSON and updating existing PDF at the object level from JSON.