2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-02-02 11:58:25 +00:00

Spell check

This commit is contained in:
Jay Berkenbilt 2018-02-25 15:05:21 -05:00
parent c60f4460d3
commit a8682e0b75
3 changed files with 20 additions and 2 deletions

View File

@ -40,7 +40,7 @@ RELEASE PREPARATION
* Run a spelling checker over the source code to catch errors in
variable names, strings, and comments.
ispell -p words **/*.hh **/*.cc manual/*
ispell -p ispell-words **/*.hh **/*.cc manual/*
* If needed, run large file and image comparison tests. Configure
options:

View File

@ -5,9 +5,11 @@ abacc
abc
ABCD
abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnom
abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnom
abcde
abcdefABCDEF
abcdefghbcdefghicdefghijdefghijkefghijklfghijklmg
abcdefghbcdefghicdefghijdefghijkefghijklfghijklmg
abcdefghijklmnopqrstuvwxyz
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghi
ABI
@ -131,6 +133,7 @@ Berkenbilt
betweenTokens
bf
binmode
bis
BitsPerComponent
bitstream
BitStream
@ -168,6 +171,7 @@ callback
callbacks
callHello
CAPTURECOUNT
CARON
cb
cbc
cc
@ -320,6 +324,7 @@ devel
DeviceCMYK
DeviceGray
DeviceRGB
DIAERESIS
dict
diff
diffs
@ -345,6 +350,7 @@ DOCBOOKX
docdir
DocOpen
DOCTYPE
DOTLESS
doubleBoxSize
Doxygen
driverless
@ -464,6 +470,7 @@ fIoptions
fIoutfilename
firstname
firstterm
fis
fl
flate
FlateDecode
@ -658,6 +665,7 @@ HGeneric
hh
HighPart
hijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstn
hijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstn
hlen
Hoffmann
HOi
@ -882,6 +890,7 @@ memset
merchantability
metadata
mgr
MILLE
min
mingw
MinGW
@ -971,6 +980,7 @@ ObjCopier
OBJDIR
objdump
ObjectHolder
objectWarning
ObjGen
ObjGens
objGenToIndirect
@ -1073,6 +1083,7 @@ pkg
PKI
pl
plaintext
plb
png
PNGFilter
pngify
@ -1166,6 +1177,11 @@ QTC
qtest
QTest
QuadPart
quotedblbase
quotedblright
quoteleft
quoteright
quotesinglbase
QUtil
qutil
qwert
@ -1336,6 +1352,7 @@ sizeof
skipToNextByte
soe
softlink
solidus
sourceforge
SourceForge
sph
@ -1447,6 +1464,7 @@ travis
TrimBox
trimTrailerForWrite
tt
ttype
turbo
txt
typeWarning

View File

@ -1191,7 +1191,7 @@ static void read_args_from_file(char const* filename,
static void handle_help_version(int argc, char* argv[])
{
// Make sure the outpu looks right on an 80-column display.
// Make sure the output looks right on an 80-column display.
if ((argc == 2) &&
((strcmp(argv[1], "--version") == 0) ||