aboutsummaryrefslogtreecommitdiffstats
path: root/generate_auto_job
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2022-02-02 15:31:33 +0100
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-02-02 21:07:32 +0100
commite813176bc02c32e26e109a1b86333ae181cc0601 (patch)
tree0620b581bc203309432f5db7b754e5cc1722b378 /generate_auto_job
parentbc6403708cb0c34e684f3b88701c7534837a2581 (diff)
downloadqpdf-e813176bc02c32e26e109a1b86333ae181cc0601.tar.zst
Fix some doc typos
Diffstat (limited to 'generate_auto_job')
-rwxr-xr-xgenerate_auto_job4
1 files changed, 2 insertions, 2 deletions
diff --git a/generate_auto_job b/generate_auto_job
index df848ba3..64ad7364 100755
--- a/generate_auto_job
+++ b/generate_auto_job
@@ -54,7 +54,7 @@ from contextlib import contextmanager
# developer or user can freely move among those different ways of
# interacting with QPDFJob in a predictable fashion. In addition, help
# information for each option appears in manual/cli.rst, and that
-# information is used in creation of the job JSON schema and to supply
+# information is used in the creation of the job JSON schema and to supply
# help text to QPDFArgParser. This code also ensures that there is an
# exact match between options in job.yml and options in cli.rst.
#
@@ -170,7 +170,7 @@ class Main:
'json_init': 'libqpdf/qpdf/auto_job_json_init.hh',
# Others are added in top
}
- # SUBS contains a checksum for each source and destination and is
+ # SUMS contains a checksum for each source and destination and is
# used to detect whether we're up to date without having to force
# recompilation all the time. This way the build can invoke this
# script unconditionally without causing stuff to rebuild every