aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-12-23 15:59:48 +0100
committerJay Berkenbilt <ejb@ql.org>2023-12-23 16:00:03 +0100
commit6b8aa1db6f5c204913ccf53c1fe3cdec7aa6c132 (patch)
treee9bffd7586e794d3ba1980fcbf8855a41bf9acd7
parenta3eb027b4699f90587bdb50147d217db40b5b838 (diff)
downloadqpdf-6b8aa1db6f5c204913ccf53c1fe3cdec7aa6c132.tar.zst
Spell check
-rw-r--r--cSpell.json1
-rw-r--r--job.sums6
-rw-r--r--libqpdf/qpdf/auto_job_help.hh2
-rw-r--r--manual/cli.rst8
-rw-r--r--manual/qpdf.12
5 files changed, 10 insertions, 9 deletions
diff --git a/cSpell.json b/cSpell.json
index 1fd89662..66c626c4 100644
--- a/cSpell.json
+++ b/cSpell.json
@@ -607,6 +607,7 @@
"stdlib",
"stdlib's",
"stgz",
+ "stod",
"stoi",
"strcasecmp",
"strcmp",
diff --git a/job.sums b/job.sums
index 7e86d0fd..9d99eef8 100644
--- a/job.sums
+++ b/job.sums
@@ -9,12 +9,12 @@ include/qpdf/auto_job_c_pages.hh b3cc0f21029f6d89efa043dcdbfa183cb59325b6506001c
include/qpdf/auto_job_c_uo.hh ae21b69a1efa9333050f4833d465f6daff87e5b38e5106e49bbef5d4132e4ed1
job.yml 3c030ce21138967b8a6768b386c0d3bfab9ef41cafbb6ec52f30a81194a7421d
libqpdf/qpdf/auto_job_decl.hh 9c6f701c29f3f764d620186bed92685a2edf2e4d11e4f4532862c05470cfc4d2
-libqpdf/qpdf/auto_job_help.hh 57ea412972105bf302b78b88ae2d6abfc93cae6f5ff99a55e78f860db9354643
+libqpdf/qpdf/auto_job_help.hh 72ae2354911aa353a0b11ca352e6ac6750c38e8c32d0d5ac6b3382ade1719c80
libqpdf/qpdf/auto_job_init.hh 4413804cc784f288245039af053bfe74bc2755e994308220d1939e452011e5a5
libqpdf/qpdf/auto_job_json_decl.hh 06caa46eaf71db8a50c046f91866baa8087745a9474319fb7c86d92634cc8297
libqpdf/qpdf/auto_job_json_init.hh 7682e1e3bc465a3818036e1831aaf205478cc2e47ba5abe483d37c037b6bcf56
libqpdf/qpdf/auto_job_schema.hh 039ee828cf91ece434f0c57706aecc40798e5537308737e01efc8f61eb20685f
manual/_ext/qpdf.py 6add6321666031d55ed4aedf7c00e5662bba856dfcd66ccb526563bffefbb580
-manual/cli.rst 97aa745b37ef9824ae4cd159577f65b94935bbc545250c9065ed7d65670c68eb
-manual/qpdf.1 e4ffa50a6ed735860a92571d33319a2b5e6aa73cacba1bb73f80bf209be7c040
+manual/cli.rst e628a6e2853871679e156e63a53c493d18a38ef87cec8d44e3862401d3c8bde4
+manual/qpdf.1 d4a1b304e86c4e02fab5b22fe324235dffbfb50746cff4aec9b2787f12a4b2f6
manual/qpdf.1.in 436ecc85d45c4c9e2dbd1725fb7f0177fb627179469f114561adf3cb6cbb677b
diff --git a/libqpdf/qpdf/auto_job_help.hh b/libqpdf/qpdf/auto_job_help.hh
index d342abe3..9147b601 100644
--- a/libqpdf/qpdf/auto_job_help.hh
+++ b/libqpdf/qpdf/auto_job_help.hh
@@ -419,7 +419,7 @@ continue to be supported. Either or both of user-password and
owner-password may be empty strings.
The key-length parameter must be either 40, 128, or 256. The user
-and/or owner password may be omitted. Omitting either pasword
+and/or owner password may be omitted. Omitting either password
enables the PDF file to be opened without a password. Specifying
the same value for the user and owner password and specifying an
empty owner password are both considered insecure.
diff --git a/manual/cli.rst b/manual/cli.rst
index db32c515..411fbdf1 100644
--- a/manual/cli.rst
+++ b/manual/cli.rst
@@ -1769,7 +1769,7 @@ Encryption
owner-password may be empty strings.
The key-length parameter must be either 40, 128, or 256. The user
- and/or owner password may be omitted. Omitting either pasword
+ and/or owner password may be omitted. Omitting either password
enables the PDF file to be opened without a password. Specifying
the same value for the user and owner password and specifying an
empty owner password are both considered insecure.
@@ -1860,7 +1860,7 @@ owner-password may be empty strings.
The ``key-length`` parameter must be either ``40``, ``128``, or
``256``. The user and/or owner password may be omitted. Omitting
-either pasword enables the PDF file to be opened without a password.
+either password enables the PDF file to be opened without a password.
Specifying the same value for the user and owner password and
specifying an empty owner password are both considered insecure.
@@ -2008,7 +2008,7 @@ Related Options
Set the user password of the encrypted file.
- Set the user passwrod of the encrypted file. Conforming readers
+ Set the user password of the encrypted file. Conforming readers
apply security restrictions to files opened with the user password.
.. qpdf:option:: --owner-password=owner-password
@@ -2017,7 +2017,7 @@ Related Options
Set the owner password of the encrypted file.
- Set the owner passwrod of the encrypted file. Conforming readers
+ Set the owner password of the encrypted file. Conforming readers
apply allow security restrictions to be changed or overridden when
files are opened with the owner password.
diff --git a/manual/qpdf.1 b/manual/qpdf.1
index b8376877..9ab0fbd5 100644
--- a/manual/qpdf.1
+++ b/manual/qpdf.1
@@ -532,7 +532,7 @@ continue to be supported. Either or both of user-password and
owner-password may be empty strings.
The key-length parameter must be either 40, 128, or 256. The user
-and/or owner password may be omitted. Omitting either pasword
+and/or owner password may be omitted. Omitting either password
enables the PDF file to be opened without a password. Specifying
the same value for the user and owner password and specifying an
empty owner password are both considered insecure.