Commit a8682e0b7552b5e208bb4e747057a2826d059c1b

Authored by Jay Berkenbilt
1 parent c60f4460

Spell check

README-maintainer
... ... @@ -40,7 +40,7 @@ RELEASE PREPARATION
40 40 * Run a spelling checker over the source code to catch errors in
41 41 variable names, strings, and comments.
42 42  
43   - ispell -p words **/*.hh **/*.cc manual/*
  43 + ispell -p ispell-words **/*.hh **/*.cc manual/*
44 44  
45 45 * If needed, run large file and image comparison tests. Configure
46 46 options:
... ...
ispell-words
... ... @@ -5,9 +5,11 @@ abacc
5 5 abc
6 6 ABCD
7 7 abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnom
  8 +abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnom
8 9 abcde
9 10 abcdefABCDEF
10 11 abcdefghbcdefghicdefghijdefghijkefghijklfghijklmg
  12 +abcdefghbcdefghicdefghijdefghijkefghijklfghijklmg
11 13 abcdefghijklmnopqrstuvwxyz
12 14 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghi
13 15 ABI
... ... @@ -131,6 +133,7 @@ Berkenbilt
131 133 betweenTokens
132 134 bf
133 135 binmode
  136 +bis
134 137 BitsPerComponent
135 138 bitstream
136 139 BitStream
... ... @@ -168,6 +171,7 @@ callback
168 171 callbacks
169 172 callHello
170 173 CAPTURECOUNT
  174 +CARON
171 175 cb
172 176 cbc
173 177 cc
... ... @@ -320,6 +324,7 @@ devel
320 324 DeviceCMYK
321 325 DeviceGray
322 326 DeviceRGB
  327 +DIAERESIS
323 328 dict
324 329 diff
325 330 diffs
... ... @@ -345,6 +350,7 @@ DOCBOOKX
345 350 docdir
346 351 DocOpen
347 352 DOCTYPE
  353 +DOTLESS
348 354 doubleBoxSize
349 355 Doxygen
350 356 driverless
... ... @@ -464,6 +470,7 @@ fIoptions
464 470 fIoutfilename
465 471 firstname
466 472 firstterm
  473 +fis
467 474 fl
468 475 flate
469 476 FlateDecode
... ... @@ -658,6 +665,7 @@ HGeneric
658 665 hh
659 666 HighPart
660 667 hijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstn
  668 +hijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstn
661 669 hlen
662 670 Hoffmann
663 671 HOi
... ... @@ -882,6 +890,7 @@ memset
882 890 merchantability
883 891 metadata
884 892 mgr
  893 +MILLE
885 894 min
886 895 mingw
887 896 MinGW
... ... @@ -971,6 +980,7 @@ ObjCopier
971 980 OBJDIR
972 981 objdump
973 982 ObjectHolder
  983 +objectWarning
974 984 ObjGen
975 985 ObjGens
976 986 objGenToIndirect
... ... @@ -1073,6 +1083,7 @@ pkg
1073 1083 PKI
1074 1084 pl
1075 1085 plaintext
  1086 +plb
1076 1087 png
1077 1088 PNGFilter
1078 1089 pngify
... ... @@ -1166,6 +1177,11 @@ QTC
1166 1177 qtest
1167 1178 QTest
1168 1179 QuadPart
  1180 +quotedblbase
  1181 +quotedblright
  1182 +quoteleft
  1183 +quoteright
  1184 +quotesinglbase
1169 1185 QUtil
1170 1186 qutil
1171 1187 qwert
... ... @@ -1336,6 +1352,7 @@ sizeof
1336 1352 skipToNextByte
1337 1353 soe
1338 1354 softlink
  1355 +solidus
1339 1356 sourceforge
1340 1357 SourceForge
1341 1358 sph
... ... @@ -1447,6 +1464,7 @@ travis
1447 1464 TrimBox
1448 1465 trimTrailerForWrite
1449 1466 tt
  1467 +ttype
1450 1468 turbo
1451 1469 txt
1452 1470 typeWarning
... ...
qpdf/qpdf.cc
... ... @@ -1191,7 +1191,7 @@ static void read_args_from_file(char const* filename,
1191 1191  
1192 1192 static void handle_help_version(int argc, char* argv[])
1193 1193 {
1194   - // Make sure the outpu looks right on an 80-column display.
  1194 + // Make sure the output looks right on an 80-column display.
1195 1195  
1196 1196 if ((argc == 2) &&
1197 1197 ((strcmp(argv[1], "--version") == 0) ||
... ...