aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qpdf/qpdf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpdf/qpdf.cc b/qpdf/qpdf.cc
index 8ad31c13..32a1fc90 100644
--- a/qpdf/qpdf.cc
+++ b/qpdf/qpdf.cc
@@ -398,7 +398,7 @@ static JSON json_schema(std::set<std::string>* 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"))
{