aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-03 15:30:34 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-04 00:31:22 +0200
commitd55c7ac570a2852547caaa78b73b9fab5494aea1 (patch)
tree527e2efc16c55b29e7fa4011e68397671cf992e7
parent62bf296a9c0f5be492f0677ed111b3fa217f4c11 (diff)
downloadqpdf-d55c7ac570a2852547caaa78b73b9fab5494aea1.tar.zst
Spell check with newer cSpell
-rw-r--r--cSpell.json1
-rw-r--r--job.sums2
-rw-r--r--libtests/sha2.cc1
-rw-r--r--manual/_ext/qpdf.py7
4 files changed, 10 insertions, 1 deletions
diff --git a/cSpell.json b/cSpell.json
index fad73cf7..f757e511 100644
--- a/cSpell.json
+++ b/cSpell.json
@@ -321,6 +321,7 @@
"orred",
"ossl",
"ostream",
+ "ostringstream",
"ostringstreams",
"outdoc",
"outfile",
diff --git a/job.sums b/job.sums
index 076c0a15..bf2cc5c4 100644
--- a/job.sums
+++ b/job.sums
@@ -13,5 +13,5 @@ libqpdf/qpdf/auto_job_init.hh 6bd71c2ae4ba80e81fe5ae5517ba72abf53a3146f66864f99e
libqpdf/qpdf/auto_job_json_decl.hh 06caa46eaf71db8a50c046f91866baa8087745a9474319fb7c86d92634cc8297
libqpdf/qpdf/auto_job_json_init.hh 06d51f11c117011256e175386eee9946441f3c22b49dd91fc591bbc1fa3bbeec
libqpdf/qpdf/auto_job_schema.hh 43273b9edfc48b1f4cccbff1d2b31916a9057c474ef97d2936b2f1f14170885b
-manual/_ext/qpdf.py e9ac9d6c70642a3d29281ee5ad92ae2422dee8be9306fb8a0bc9dba0ed5e28f3
+manual/_ext/qpdf.py 6add6321666031d55ed4aedf7c00e5662bba856dfcd66ccb526563bffefbb580
manual/cli.rst 70258db13d89b0476248e9703bf5f50ffe28fce2a179dfeca241582dd28b455c
diff --git a/libtests/sha2.cc b/libtests/sha2.cc
index 57bc0c12..65b70c39 100644
--- a/libtests/sha2.cc
+++ b/libtests/sha2.cc
@@ -38,6 +38,7 @@ main(int argc, char* argv[])
256,
"abc",
"ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad");
+ // cSpell:ignore abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq
test(
sha2,
"256 long",
diff --git a/manual/_ext/qpdf.py b/manual/_ext/qpdf.py
index bb13b8b5..7665afed 100644
--- a/manual/_ext/qpdf.py
+++ b/manual/_ext/qpdf.py
@@ -12,6 +12,13 @@ from sphinx.util.nodes import make_refnode
# https://www.sphinx-doc.org/en/master/development/tutorials/todo.html
# https://www.sphinx-doc.org/en/master/development/tutorials/recipe.html
+# cSpell:ignore contnode
+# cSpell:ignore docname
+# cSpell:ignore docnames
+# cSpell:ignore localname
+# cSpell:ignore refnode
+# cSpell:ignore signode
+
class OptionDirective(ObjectDescription):
has_content = True