From 15272662f632c627c278721673df5f999df39bcd Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 7 May 2022 11:38:04 -0400 Subject: 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. --- include/qpdf/QPDFJob.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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* keys = 0); + static JSON json_schema(int json_version, std::set* keys = 0); static void parse_object_id( std::string const& objspec, bool& trailer, int& obj, int& gen); void parseRotationParameter(std::string const&); -- cgit v1.2.3-54-g00ecf