Commit ebdd41e692e2e50b6c8998b208881b1bbea3e761

Authored by Jay Berkenbilt
1 parent 36dcf108

Spell check

include/qpdf/QUtil.hh
... ... @@ -457,7 +457,7 @@ namespace QUtil
457 457 // group that didn't start with `x1.
458 458 //
459 459 // Example: with max of 15, the range "4-10,x7-9,12-8,xr5" is 4, 5, 6, 10, 12, 10, 9, 8. This is
460   - // 4 through 10 inclusive without 7 through 9 inclusive followed by 12 to 8 inclusiuve
  460 + // 4 through 10 inclusive without 7 through 9 inclusive followed by 12 to 8 inclusive
461 461 // (descending) without 11 (the fifth value counting backwards from 15). For more information
462 462 // and additional examples, see the "Page Ranges" section in the manual.
463 463 QPDF_DLL
... ...
job.sums
... ... @@ -15,6 +15,6 @@ libqpdf/qpdf/auto_job_json_decl.hh 10ffb0d0e5ca09809a5d5d78f66dee393dfd2653a2344
15 15 libqpdf/qpdf/auto_job_json_init.hh 9c3839877ab3b15a47e92086f0b5616da33fd4970538cc423d3b0a7ff33ce66a
16 16 libqpdf/qpdf/auto_job_schema.hh a882939b202d48ad1c0751c094f671ad7aad0fc04c3a4446ad83675db365c8a2
17 17 manual/_ext/qpdf.py 6add6321666031d55ed4aedf7c00e5662bba856dfcd66ccb526563bffefbb580
18   -manual/cli.rst 38ff5e0e3a6bc01eab0b7d9f3fd22bfe4ec90ad5dcd48ba8be8412177c7bbf61
  18 +manual/cli.rst 43923fab0def5f76e537f03ba2f650270a1ae858a15747e355db2a6ea396f1a0
19 19 manual/qpdf.1 cd335812d450ca83be3c7fe165299d3454b26b4999295f671d57e6b24f6ea7a1
20 20 manual/qpdf.1.in 436ecc85d45c4c9e2dbd1725fb7f0177fb627179469f114561adf3cb6cbb677b
... ...
manual/cli.rst
... ... @@ -1845,7 +1845,7 @@ Related Options
1845 1845  
1846 1846 - The 12th and 13th pages will not have labels
1847 1847  
1848   - - The 14th page is numbered ``10``. Pages will be numered
  1848 + - The 14th page is numbered ``10``. Pages will be numbered
1849 1849 sequentially up through the 45th page, which will be numbered
1850 1850 ``41``
1851 1851  
... ... @@ -2602,7 +2602,7 @@ Examples
2602 2602  
2603 2603 - You can specify a multiple numeric parameters to :qpdf:ref:`--collate`. With
2604 2604 :samp:`--collate={i,j,k}`, pull groups of :samp:`{i}` pages from the
2605   - first file, then :samp:`{j}` from the second, thenm :samp:`{k}` from
  2605 + first file, then :samp:`{j}` from the second, then :samp:`{k}` from
2606 2606 the third, repeating. The number of parameters must equal the number
2607 2607 of groups. For example, if you ran
2608 2608  
... ...