Commit 81d2c548dc619e21519651606970c21f720c8658

Authored by Jay Berkenbilt
1 parent db08974e

Spell check

ChangeLog
@@ -48,7 +48,7 @@ @@ -48,7 +48,7 @@
48 other kind of warning situation if it would occur. Fixes #449. 48 other kind of warning situation if it would occur. Fixes #449.
49 49
50 * Qpdf's build and CI has been migrated from Azure Pipelines 50 * Qpdf's build and CI has been migrated from Azure Pipelines
51 - (Azure Devops) to GitHub Actions. 51 + (Azure DevOps) to GitHub Actions.
52 52
53 * Remove some fuzz files that triggered Mal/PDFEx-H with some 53 * Remove some fuzz files that triggered Mal/PDFEx-H with some
54 virus scanners. There's plenty of coverage in the fuzz corpus 54 virus scanners. There's plenty of coverage in the fuzz corpus
README-maintainer
@@ -94,7 +94,7 @@ CODING RULES @@ -94,7 +94,7 @@ CODING RULES
94 One could argue that error messages containing numbers should 94 One could argue that error messages containing numbers should
95 respect the user's locale, but I think it's more important for 95 respect the user's locale, but I think it's more important for
96 output to be consistent, since the messages in question are not 96 output to be consistent, since the messages in question are not
97 - really targetted at the end user. 97 + really targeted at the end user.
98 98
99 * Use QPDF_DLL on all methods that are to be exported in the shared 99 * Use QPDF_DLL on all methods that are to be exported in the shared
100 library/DLL. Use QPDF_DLL_CLASS for all classes whose type 100 library/DLL. Use QPDF_DLL_CLASS for all classes whose type
README-what-to-download.md
@@ -2,7 +2,7 @@ To build from source for Linux or other UNIX/UNIX-like systems, it is generally @@ -2,7 +2,7 @@ To build from source for Linux or other UNIX/UNIX-like systems, it is generally
2 2
3 Windows Binaries 3 Windows Binaries
4 4
5 -You can download Windiows binaries that are statically linked with qpdf's external dependencies and use the OpenSSL crypto provider. There are several options: 5 +You can download Windows binaries that are statically linked with qpdf's external dependencies and use the OpenSSL crypto provider. There are several options:
6 6
7 * `qpdf-<version>-bin-mingw32.zip` - 32-bit executables that should work on basically any Windows system, including 64-bit systems. The 32-bit executables are capable of handling files larger than 2 GB. If you just want to use the qpdf command line program or use the qpdf DLL's C-language interface, you can download this file. You can also download this version if you are using MINGW's gcc and want to program using the C++ interface. 7 * `qpdf-<version>-bin-mingw32.zip` - 32-bit executables that should work on basically any Windows system, including 64-bit systems. The 32-bit executables are capable of handling files larger than 2 GB. If you just want to use the qpdf command line program or use the qpdf DLL's C-language interface, you can download this file. You can also download this version if you are using MINGW's gcc and want to program using the C++ interface.
8 8
@@ -136,7 +136,7 @@ Desired state: @@ -136,7 +136,7 @@ Desired state:
136 * Periodically, we would create a release of external-libs from the 136 * Periodically, we would create a release of external-libs from the
137 release candidate zip files. This could be done safely because we 137 release candidate zip files. This could be done safely because we
138 know the latest qpdf works with it. This could be done at least 138 know the latest qpdf works with it. This could be done at least
139 - before every release of qpdf, but potientially it could be done at 139 + before every release of qpdf, but potentially it could be done at
140 other times, such as when a new dependency version is available or 140 other times, such as when a new dependency version is available or
141 after some period of time. 141 after some period of time.
142 142
ispell-words
@@ -83,6 +83,7 @@ apexcovantage @@ -83,6 +83,7 @@ apexcovantage
83 api 83 api
84 APIs 84 APIs
85 apis 85 apis
  86 +app
86 appdir 87 appdir
87 appearancestate 88 appearancestate
88 appendable 89 appendable
@@ -185,6 +186,7 @@ argUOto @@ -185,6 +186,7 @@ argUOto
185 argv 186 argv
186 argVerbose 187 argVerbose
187 argVersion 188 argVersion
  189 +argWarningExitZero
188 argWithImages 190 argWithImages
189 arko 191 arko
190 arko's 192 arko's
@@ -419,6 +421,7 @@ cp @@ -419,6 +421,7 @@ cp
419 cph 421 cph
420 cphe 422 cphe
421 cplusplus 423 cplusplus
  424 +cpp
422 CPPFLAGS 425 CPPFLAGS
423 cr 426 cr
424 CreateFile 427 CreateFile
@@ -429,6 +432,7 @@ cregex @@ -429,6 +432,7 @@ cregex
429 CRNL 432 CRNL
430 CropBox 433 CropBox
431 CryptAcquireContext 434 CryptAcquireContext
  435 +CryptAcquireContextW
432 CryptFilterDecodeParms 436 CryptFilterDecodeParms
433 CryptGenRandom 437 CryptGenRandom
434 crypto 438 crypto
@@ -511,6 +515,7 @@ devel @@ -511,6 +515,7 @@ devel
511 DeviceCMYK 515 DeviceCMYK
512 DeviceGray 516 DeviceGray
513 DeviceRGB 517 DeviceRGB
  518 +DevOps
514 DF 519 DF
515 dh 520 dh
516 DIAERESIS 521 DIAERESIS
@@ -729,6 +734,7 @@ FlateDecode @@ -729,6 +734,7 @@ FlateDecode
729 flattenAnnotations 734 flattenAnnotations
730 flattenAnnotationsForPage 735 flattenAnnotationsForPage
731 flattenPagesTree 736 flattenPagesTree
  737 +flattenRotation
732 flattenScalarReferences 738 flattenScalarReferences
733 Florian 739 Florian
734 fmatrix 740 fmatrix
@@ -738,6 +744,7 @@ fname @@ -738,6 +744,7 @@ fname
738 fo 744 fo
739 foh 745 foh
740 fopen 746 fopen
  747 +FORCENONE
741 forcePDFVersion 748 forcePDFVersion
742 ForceR 749 ForceR
743 ForceV 750 ForceV
@@ -988,6 +995,7 @@ github @@ -988,6 +995,7 @@ github
988 glarp 995 glarp
989 glerbl 996 glerbl
990 glibc 997 glibc
  998 +globbing
991 gm 999 gm
992 gmail 1000 gmail
993 gmon 1001 gmon
@@ -1068,6 +1076,7 @@ iconv @@ -1068,6 +1076,7 @@ iconv
1068 IDs 1076 IDs
1069 idx 1077 idx
1070 ifdef 1078 ifdef
  1079 +ifdefs
1071 ifeq 1080 ifeq
1072 iff 1081 iff
1073 ifndef 1082 ifndef
@@ -1083,6 +1092,7 @@ ImageInverter @@ -1083,6 +1092,7 @@ ImageInverter
1083 ImageMask 1092 ImageMask
1084 ImageOptimizer 1093 ImageOptimizer
1085 ImageProvider 1094 ImageProvider
  1095 +img
1086 immediateCopyFrom 1096 immediateCopyFrom
1087 inbuf 1097 inbuf
1088 includeIgnorable 1098 includeIgnorable
@@ -1214,6 +1224,7 @@ jq @@ -1214,6 +1224,7 @@ jq
1214 JSAMPARRAY 1224 JSAMPARRAY
1215 JSAMPLE 1225 JSAMPLE
1216 JSAMPROW 1226 JSAMPROW
  1227 +JSIMD
1217 json 1228 json
1218 jstr 1229 jstr
1219 Jurczyk 1230 Jurczyk
@@ -1223,6 +1234,8 @@ KEYLENGTH @@ -1223,6 +1234,8 @@ KEYLENGTH
1223 keyset 1234 keyset
1224 kgdl 1235 kgdl
1225 LARGEFILE 1236 LARGEFILE
  1237 +LastChar
  1238 +lastchar
1226 lastnum 1239 lastnum
1227 lastreleased 1240 lastreleased
1228 lastTokenWasBad 1241 lastTokenWasBad
@@ -1281,6 +1294,7 @@ LLVMFuzzerTestOneInput @@ -1281,6 +1294,7 @@ LLVMFuzzerTestOneInput
1281 llx 1294 llx
1282 lly 1295 lly
1283 LocalFree 1296 LocalFree
  1297 +logoWidth
1284 longjmp 1298 longjmp
1285 longlong 1299 longlong
1286 lookup 1300 lookup
@@ -1291,6 +1305,7 @@ lqpdf @@ -1291,6 +1305,7 @@ lqpdf
1291 lsb 1305 lsb
1292 lt 1306 lt
1293 ltmain 1307 ltmain
  1308 +LTS
1294 lu 1309 lu
1295 lval 1310 lval
1296 lx 1311 lx
@@ -1524,6 +1539,7 @@ os @@ -1524,6 +1539,7 @@ os
1524 oss 1539 oss
1525 ostream 1540 ostream
1526 ostringstream 1541 ostringstream
  1542 +ostringstreams
1527 ot 1543 ot
1528 OtherPage 1544 OtherPage
1529 ou 1545 ou
@@ -1647,11 +1663,13 @@ ppa @@ -1647,11 +1663,13 @@ ppa
1647 pr 1663 pr
1648 pragma 1664 pragma
1649 pre 1665 pre
  1666 +prebuilt
1650 precheck 1667 precheck
1651 precompiled 1668 precompiled
1652 prefilering 1669 prefilering
1653 prefiltering 1670 prefiltering
1654 prepareFileForWrite 1671 prepareFileForWrite
  1672 +prerelease
1655 presentCharacter 1673 presentCharacter
1656 presentEOF 1674 presentEOF
1657 preserveObjectStreams 1675 preserveObjectStreams
@@ -1687,6 +1705,7 @@ ptemp @@ -1687,6 +1705,7 @@ ptemp
1687 pthread 1705 pthread
1688 ptr 1706 ptr
1689 pubkey 1707 pubkey
  1708 +PublishTestResults
1690 pushDiscardFilter 1709 pushDiscardFilter
1691 pushEncryptionFilter 1710 pushEncryptionFilter
1692 pushInheritedAttributesToPage 1711 pushInheritedAttributesToPage
@@ -1772,6 +1791,7 @@ qtest @@ -1772,6 +1791,7 @@ qtest
1772 QTest 1791 QTest
1773 quadding 1792 quadding
1774 QuadPart 1793 QuadPart
  1794 +quot
1775 quotedblbase 1795 quotedblbase
1776 quotedblright 1796 quotedblright
1777 quoteleft 1797 quoteleft
@@ -1886,6 +1906,7 @@ rotatePage @@ -1886,6 +1906,7 @@ rotatePage
1886 rotatex 1906 rotatex
1887 RotationSpec 1907 RotationSpec
1888 roundoff 1908 roundoff
  1909 +rpath
1889 rr 1910 rr
1890 RSA 1911 RSA
1891 Rsabase 1912 Rsabase
@@ -1940,6 +1961,7 @@ setDeterministicID @@ -1940,6 +1961,7 @@ setDeterministicID
1940 setDictDescription 1961 setDictDescription
1941 setEncryptionParameters 1962 setEncryptionParameters
1942 setEncryptionParametersInternal 1963 setEncryptionParametersInternal
  1964 +setenv
1943 setExtraHeaderText 1965 setExtraHeaderText
1944 setFieldAttribute 1966 setFieldAttribute
1945 setFile 1967 setFile
@@ -2027,6 +2049,7 @@ ss @@ -2027,6 +2049,7 @@ ss
2027 sstream 2049 sstream
2028 stampfile 2050 stampfile
2029 stamppdf 2051 stamppdf
  2052 +standalone
2030 StandardEncoding 2053 StandardEncoding
2031 startoffset 2054 startoffset
2032 startxref 2055 startxref
@@ -2225,6 +2248,7 @@ unparseObject @@ -2225,6 +2248,7 @@ unparseObject
2225 unparseResolved 2248 unparseResolved
2226 unparsing 2249 unparsing
2227 unreadCh 2250 unreadCh
  2251 +unreading
2228 unref 2252 unref
2229 unreferenced 2253 unreferenced
2230 unresolvable 2254 unresolvable
@@ -2271,6 +2295,7 @@ vc @@ -2271,6 +2295,7 @@ vc
2271 vec 2295 vec
2272 vecs 2296 vecs
2273 VER 2297 VER
  2298 +VERIFYCONTEXT
2274 versioned 2299 versioned
2275 viewable 2300 viewable
2276 ViewerPreferences 2301 ViewerPreferences