Skip to content

Commit

Permalink
Spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkenbilt committed Feb 25, 2018
1 parent c60f446 commit a8682e0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-maintainer
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
18 changes: 18 additions & 0 deletions ispell-words
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ abacc
abc
ABCD
abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnom
abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnom
abcde
abcdefABCDEF
abcdefghbcdefghicdefghijdefghijkefghijklfghijklmg
abcdefghbcdefghicdefghijdefghijkefghijklfghijklmg
abcdefghijklmnopqrstuvwxyz
ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghi
ABI
Expand Down Expand Up @@ -131,6 +133,7 @@ Berkenbilt
betweenTokens
bf
binmode
bis
BitsPerComponent
bitstream
BitStream
Expand Down Expand Up @@ -168,6 +171,7 @@ callback
callbacks
callHello
CAPTURECOUNT
CARON
cb
cbc
cc
Expand Down Expand Up @@ -320,6 +324,7 @@ devel
DeviceCMYK
DeviceGray
DeviceRGB
DIAERESIS
dict
diff
diffs
Expand All @@ -345,6 +350,7 @@ DOCBOOKX
docdir
DocOpen
DOCTYPE
DOTLESS
doubleBoxSize
Doxygen
driverless
Expand Down Expand Up @@ -464,6 +470,7 @@ fIoptions
fIoutfilename
firstname
firstterm
fis
fl
flate
FlateDecode
Expand Down Expand Up @@ -658,6 +665,7 @@ HGeneric
hh
HighPart
hijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstn
hijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstn
hlen
Hoffmann
HOi
Expand Down Expand Up @@ -882,6 +890,7 @@ memset
merchantability
metadata
mgr
MILLE
min
mingw
MinGW
Expand Down Expand Up @@ -971,6 +980,7 @@ ObjCopier
OBJDIR
objdump
ObjectHolder
objectWarning
ObjGen
ObjGens
objGenToIndirect
Expand Down Expand Up @@ -1073,6 +1083,7 @@ pkg
PKI
pl
plaintext
plb
png
PNGFilter
pngify
Expand Down Expand Up @@ -1166,6 +1177,11 @@ QTC
qtest
QTest
QuadPart
quotedblbase
quotedblright
quoteleft
quoteright
quotesinglbase
QUtil
qutil
qwert
Expand Down Expand Up @@ -1336,6 +1352,7 @@ sizeof
skipToNextByte
soe
softlink
solidus
sourceforge
SourceForge
sph
Expand Down Expand Up @@ -1447,6 +1464,7 @@ travis
TrimBox
trimTrailerForWrite
tt
ttype
turbo
txt
typeWarning
Expand Down
2 changes: 1 addition & 1 deletion qpdf/qpdf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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) ||
Expand Down

0 comments on commit a8682e0

Please sign in to comment.