summaryrefslogtreecommitdiffstats
path: root/qpdf
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 /qpdf
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 'qpdf')
-rw-r--r--qpdf/qtest/qpdf.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpdf/qtest/qpdf.test b/qpdf/qtest/qpdf.test
index 369ceaf0..a0cb616a 100644
--- a/qpdf/qtest/qpdf.test
+++ b/qpdf/qtest/qpdf.test
@@ -4306,8 +4306,8 @@ foreach my $d (@encrypted_files)
$enc_json .=
" \"accessibility\": " . &$jf($accessible) . ",\n" .
" \"extract\": " . &$jf($extract) . ",\n" .
- " \"moddifyannotations\": " . &$jf($modifyannot) . ",\n" .
" \"modify\": " . &$jf($modifyall) . ",\n" .
+ " \"modifyannotations\": " . &$jf($modifyannot) . ",\n" .
" \"modifyassembly\": " . &$jf($modifyassembly) . ",\n" .
" \"modifyforms\": " . &$jf($modifyform) . ",\n" .
" \"modifyother\": " . &$jf($modifyother) . ",\n" .