aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-02-25 21:05:21 +0100
committerJay Berkenbilt <ejb@ql.org>2018-02-25 21:06:44 +0100
commita8682e0b7552b5e208bb4e747057a2826d059c1b (patch)
treed8c0ce6a0c2090632746b7237fff2884291f8806
parentc60f4460d3e2dd320cbc3a6eba1171709c971a5a (diff)
downloadqpdf-a8682e0b7552b5e208bb4e747057a2826d059c1b.tar.zst
Spell check
-rw-r--r--README-maintainer2
-rw-r--r--ispell-words18
-rw-r--r--qpdf/qpdf.cc2
3 files changed, 20 insertions, 2 deletions
diff --git a/README-maintainer b/README-maintainer
index be408608..850e417a 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -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:
diff --git a/ispell-words b/ispell-words
index 8afe8cc6..6020a174 100644
--- a/ispell-words
+++ b/ispell-words
@@ -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
diff --git a/qpdf/qpdf.cc b/qpdf/qpdf.cc
index a23d640f..17130e8d 100644
--- a/qpdf/qpdf.cc
+++ b/qpdf/qpdf.cc
@@ -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) ||