diff --git a/qpdf/qpdf.cc b/qpdf/qpdf.cc index 8ad31c1..32a1fc9 100644 --- a/qpdf/qpdf.cc +++ b/qpdf/qpdf.cc @@ -398,7 +398,7 @@ static JSON json_schema(std::set* keys = 0) JSON::makeString("if stream, its length, otherwise null")); stream.addDictionaryMember( "filter", - JSON::makeString("if stream, its length, otherwise null")); + JSON::makeString("if stream, its filters, otherwise null")); } if (all_keys || keys->count("pages")) {