aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-07 17:38:04 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-08 19:45:20 +0200
commit15272662f632c627c278721673df5f999df39bcd (patch)
tree3b5cc55fb957050b96c227a5ffacb26bcb434d9e /include
parent1bc8abfdd3eb9b5a6af5d274c85cd1708bdb9e0c (diff)
downloadqpdf-15272662f632c627c278721673df5f999df39bcd.tar.zst
Fix typo in json output key name
moddify -> modify. Also carefully spell checked all remaining keys by splitting them into words and running a spell checker, not just relying on visual proofreading. That was the only one.
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFJob.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/QPDFJob.hh b/include/qpdf/QPDFJob.hh
index b664ab50..f85c1ec7 100644
--- a/include/qpdf/QPDFJob.hh
+++ b/include/qpdf/QPDFJob.hh
@@ -445,7 +445,7 @@ class QPDFJob
// Helper functions
static void usage(std::string const& msg);
- static JSON json_schema(std::set<std::string>* keys = 0);
+ static JSON json_schema(int json_version, std::set<std::string>* keys = 0);
static void parse_object_id(
std::string const& objspec, bool& trailer, int& obj, int& gen);
void parseRotationParameter(std::string const&);