Commit a90787c5e15ece4a72ba8be6890b257bc116d9fb

Authored by Jay Berkenbilt
1 parent ecceab61

Spell check

ChangeLog
... ... @@ -20,7 +20,7 @@
20 20 before it is written. This adds methods QPDFJob::createQPDF and
21 21 QPDFJob::writeQPDF and corresponding C API functions
22 22 qpdfjob_create_qpdf and qpdfjob_write_qpdf. Thanks to M. Holger
23   - for the contrbution.
  23 + for the contribution.
24 24  
25 25 2023-03-18 Jay Berkenbilt <ejb@ql.org>
26 26  
... ...
cSpell.json
... ... @@ -50,6 +50,7 @@
50 50 "ccitt",
51 51 "cdef",
52 52 "cdict",
  53 + "cdosborn",
53 54 "cerr",
54 55 "cfis",
55 56 "cflags",
... ... @@ -66,13 +67,16 @@
66 67 "coldwind",
67 68 "colorspace",
68 69 "conftest",
  70 + "connor",
69 71 "copiable",
70 72 "cout",
71 73 "cpack",
72 74 "cphe",
73 75 "cppflags",
  76 + "crbegin",
74 77 "creationdate",
75 78 "cregex",
  79 + "crend",
76 80 "crnl",
77 81 "csoe",
78 82 "cstr",
... ... @@ -138,8 +142,8 @@
138 142 "firstterm",
139 143 "flarp",
140 144 "flate",
141   - "flatelzwdecode",
142 145 "flate's",
  146 + "flatelzwdecode",
143 147 "florian",
144 148 "fmatrix",
145 149 "fopen",
... ... @@ -277,8 +281,8 @@
277 281 "modifyannotations",
278 282 "monoseq",
279 283 "msvc",
280   - "msvcrt",
281 284 "msvc's",
  285 + "msvcrt",
282 286 "msys",
283 287 "multithreaded",
284 288 "municode",
... ... @@ -383,6 +387,7 @@
383 387 "qintc",
384 388 "qnumbers",
385 389 "qpdf",
  390 + "qpdf's",
386 391 "qpdfacroformdocumenthelper",
387 392 "qpdfannotationobjecthelper",
388 393 "qpdfargparser",
... ... @@ -414,7 +419,6 @@
414 419 "qpdfpagelabeldocumenthelper",
415 420 "qpdfpageobjecthelper",
416 421 "qpdfparser",
417   - "qpdf's",
418 422 "qpdfs",
419 423 "qpdfstreamfilter",
420 424 "qpdfsystemerror",
... ... @@ -477,6 +481,7 @@
477 481 "stdlib",
478 482 "stdlib's",
479 483 "stgz",
  484 + "stoi",
480 485 "strcasecmp",
481 486 "strcmp",
482 487 "strequal",
... ... @@ -539,6 +544,7 @@
539 544 "varlistentry",
540 545 "varname",
541 546 "vecs",
  547 + "venv",
542 548 "virtualenv",
543 549 "vitaliy",
544 550 "vkey",
... ...
job.sums
... ... @@ -8,10 +8,10 @@ include/qpdf/auto_job_c_pages.hh b3cc0f21029f6d89efa043dcdbfa183cb59325b6506001c
8 8 include/qpdf/auto_job_c_uo.hh ae21b69a1efa9333050f4833d465f6daff87e5b38e5106e49bbef5d4132e4ed1
9 9 job.yml 1f5db325600a763692034835117ac6b1a4b6aba8e73faa13a004ddc086834545
10 10 libqpdf/qpdf/auto_job_decl.hh 7844eba58edffb9494b19e8eca6fd59a24d6e152ca606c3b07da569f753df2da
11   -libqpdf/qpdf/auto_job_help.hh 6e59e9bbb86817d7c8c4b3900db3b61d6441a34af1b57d60fb60a8099b7bf4f1
  11 +libqpdf/qpdf/auto_job_help.hh 319c7bd0bfe2f3cb96bb16b66a9331a81b312805a64acaad54737b5623773e31
12 12 libqpdf/qpdf/auto_job_init.hh e6c09e94c92bd17e9c728b11437e3c98266c93c42c3efbce050c8d288e6b3473
13 13 libqpdf/qpdf/auto_job_json_decl.hh 06caa46eaf71db8a50c046f91866baa8087745a9474319fb7c86d92634cc8297
14 14 libqpdf/qpdf/auto_job_json_init.hh 85ac7e5c66f14c767419823eac84bdea4bd72d690bfe12b533321e5708e644b7
15 15 libqpdf/qpdf/auto_job_schema.hh 5e0f5cb7d462716fe52548b2ae1a8eb6f3c900016e915140eea37f78cee45b2b
16 16 manual/_ext/qpdf.py 6add6321666031d55ed4aedf7c00e5662bba856dfcd66ccb526563bffefbb580
17   -manual/cli.rst d4306dde514da597b245cc401261ed0813964bb41ec67ad1fb8885039420ae66
  17 +manual/cli.rst 35d32800cee1871e74c85419c481cae1c544c8b0eb462df82cf373a32619ab73
... ...
libqpdf/qpdf/auto_job_help.hh
... ... @@ -398,7 +398,7 @@ ap.addHelpTopic(&quot;encryption&quot;, &quot;create encrypted files&quot;, R&quot;(Create encrypted file
398 398  
399 399 Either or both of user-password and owner-password may be empty
400 400 strings, though setting either to the empty string enables the file
401   -to be opened and decrpyted without a password. key-length may be
  401 +to be opened and decrypted without a password. key-length may be
402 402 40, 128, or 256. Encryption options are terminated by "--" by
403 403 itself.
404 404  
... ...
manual/cli.rst
... ... @@ -1736,7 +1736,7 @@ Encryption
1736 1736  
1737 1737 Either or both of user-password and owner-password may be empty
1738 1738 strings, though setting either to the empty string enables the file
1739   - to be opened and decrpyted without a password. key-length may be
  1739 + to be opened and decrypted without a password. key-length may be
1740 1740 40, 128, or 256. Encryption options are terminated by "--" by
1741 1741 itself.
1742 1742  
... ... @@ -1805,7 +1805,7 @@ To create an encrypted file, use
1805 1805  
1806 1806 Either or both of :samp:`{user-password}` and :samp:`{owner-password}`
1807 1807 may be empty strings, though setting either to the empty string
1808   -enables the file to be opened and decrpyted without a password..
  1808 +enables the file to be opened and decrypted without a password..
1809 1809 :samp:`{key-length}` may be ``40``, ``128``, or ``256``. Encryption
1810 1810 options are terminated by ``--`` by itself.
1811 1811  
... ...