Commit 6b8aa1db6f5c204913ccf53c1fe3cdec7aa6c132

Authored by Jay Berkenbilt
1 parent a3eb027b

Spell check

cSpell.json
... ... @@ -607,6 +607,7 @@
607 607 "stdlib",
608 608 "stdlib's",
609 609 "stgz",
  610 + "stod",
610 611 "stoi",
611 612 "strcasecmp",
612 613 "strcmp",
... ...
job.sums
... ... @@ -9,12 +9,12 @@ include/qpdf/auto_job_c_pages.hh b3cc0f21029f6d89efa043dcdbfa183cb59325b6506001c
9 9 include/qpdf/auto_job_c_uo.hh ae21b69a1efa9333050f4833d465f6daff87e5b38e5106e49bbef5d4132e4ed1
10 10 job.yml 3c030ce21138967b8a6768b386c0d3bfab9ef41cafbb6ec52f30a81194a7421d
11 11 libqpdf/qpdf/auto_job_decl.hh 9c6f701c29f3f764d620186bed92685a2edf2e4d11e4f4532862c05470cfc4d2
12   -libqpdf/qpdf/auto_job_help.hh 57ea412972105bf302b78b88ae2d6abfc93cae6f5ff99a55e78f860db9354643
  12 +libqpdf/qpdf/auto_job_help.hh 72ae2354911aa353a0b11ca352e6ac6750c38e8c32d0d5ac6b3382ade1719c80
13 13 libqpdf/qpdf/auto_job_init.hh 4413804cc784f288245039af053bfe74bc2755e994308220d1939e452011e5a5
14 14 libqpdf/qpdf/auto_job_json_decl.hh 06caa46eaf71db8a50c046f91866baa8087745a9474319fb7c86d92634cc8297
15 15 libqpdf/qpdf/auto_job_json_init.hh 7682e1e3bc465a3818036e1831aaf205478cc2e47ba5abe483d37c037b6bcf56
16 16 libqpdf/qpdf/auto_job_schema.hh 039ee828cf91ece434f0c57706aecc40798e5537308737e01efc8f61eb20685f
17 17 manual/_ext/qpdf.py 6add6321666031d55ed4aedf7c00e5662bba856dfcd66ccb526563bffefbb580
18   -manual/cli.rst 97aa745b37ef9824ae4cd159577f65b94935bbc545250c9065ed7d65670c68eb
19   -manual/qpdf.1 e4ffa50a6ed735860a92571d33319a2b5e6aa73cacba1bb73f80bf209be7c040
  18 +manual/cli.rst e628a6e2853871679e156e63a53c493d18a38ef87cec8d44e3862401d3c8bde4
  19 +manual/qpdf.1 d4a1b304e86c4e02fab5b22fe324235dffbfb50746cff4aec9b2787f12a4b2f6
20 20 manual/qpdf.1.in 436ecc85d45c4c9e2dbd1725fb7f0177fb627179469f114561adf3cb6cbb677b
... ...
libqpdf/qpdf/auto_job_help.hh
... ... @@ -419,7 +419,7 @@ continue to be supported. Either or both of user-password and
419 419 owner-password may be empty strings.
420 420  
421 421 The key-length parameter must be either 40, 128, or 256. The user
422   -and/or owner password may be omitted. Omitting either pasword
  422 +and/or owner password may be omitted. Omitting either password
423 423 enables the PDF file to be opened without a password. Specifying
424 424 the same value for the user and owner password and specifying an
425 425 empty owner password are both considered insecure.
... ...
manual/cli.rst
... ... @@ -1769,7 +1769,7 @@ Encryption
1769 1769 owner-password may be empty strings.
1770 1770  
1771 1771 The key-length parameter must be either 40, 128, or 256. The user
1772   - and/or owner password may be omitted. Omitting either pasword
  1772 + and/or owner password may be omitted. Omitting either password
1773 1773 enables the PDF file to be opened without a password. Specifying
1774 1774 the same value for the user and owner password and specifying an
1775 1775 empty owner password are both considered insecure.
... ... @@ -1860,7 +1860,7 @@ owner-password may be empty strings.
1860 1860  
1861 1861 The ``key-length`` parameter must be either ``40``, ``128``, or
1862 1862 ``256``. The user and/or owner password may be omitted. Omitting
1863   -either pasword enables the PDF file to be opened without a password.
  1863 +either password enables the PDF file to be opened without a password.
1864 1864 Specifying the same value for the user and owner password and
1865 1865 specifying an empty owner password are both considered insecure.
1866 1866  
... ... @@ -2008,7 +2008,7 @@ Related Options
2008 2008  
2009 2009 Set the user password of the encrypted file.
2010 2010  
2011   - Set the user passwrod of the encrypted file. Conforming readers
  2011 + Set the user password of the encrypted file. Conforming readers
2012 2012 apply security restrictions to files opened with the user password.
2013 2013  
2014 2014 .. qpdf:option:: --owner-password=owner-password
... ... @@ -2017,7 +2017,7 @@ Related Options
2017 2017  
2018 2018 Set the owner password of the encrypted file.
2019 2019  
2020   - Set the owner passwrod of the encrypted file. Conforming readers
  2020 + Set the owner password of the encrypted file. Conforming readers
2021 2021 apply allow security restrictions to be changed or overridden when
2022 2022 files are opened with the owner password.
2023 2023  
... ...
manual/qpdf.1
... ... @@ -532,7 +532,7 @@ continue to be supported. Either or both of user-password and
532 532 owner-password may be empty strings.
533 533  
534 534 The key-length parameter must be either 40, 128, or 256. The user
535   -and/or owner password may be omitted. Omitting either pasword
  535 +and/or owner password may be omitted. Omitting either password
536 536 enables the PDF file to be opened without a password. Specifying
537 537 the same value for the user and owner password and specifying an
538 538 empty owner password are both considered insecure.
... ...