Commit 32051283b9a0fb990180bbf9501b73bdad527b5b

Authored by Jay Berkenbilt
1 parent bde98044

Fix spelling errors

... ... @@ -16,7 +16,7 @@ Prerequisites
16 16 QPDF depends on external libraries "zlib" and "pcre". These are part
17 17 of virtually all Linux distributions and are readily available;
18 18 download information appears in the documentation. For Windows, you
19   -can download pre-built binary verisons of those libraries for some
  19 +can download pre-built binary versions of those libraries for some
20 20 compilers; see README-windows.txt for additional details.
21 21  
22 22 QPDF requires a C++ compiler that works with STL. Your compiler must
... ... @@ -72,7 +72,7 @@ Building on Windows
72 72 QPDF is known to build and pass its test suite with mingw (latest
73 73 version tested: gcc 4.6.2), mingw64 (latest version tested: 4.7.0) and
74 74 Microsoft Visual C++ 2010, both 32-bit and 64-bit versions. MSYS plus
75   -ActivateState Perl is required to build as well in order to get make
  75 +ActiveState Perl is required to build as well in order to get make
76 76 and other related tools. See README-windows.txt for details on how to
77 77 build under Windows, see README-windows.txt.
78 78  
... ...
README-what-to-download.txt
... ... @@ -7,7 +7,7 @@ download.
7 7  
8 8 * qpdf-<version>-bin-mingw32.zip
9 9  
10   - If you just want to use the qpdf commandline program or use the
  10 + If you just want to use the qpdf command line program or use the
11 11 qpdf DLL's C-language interface, you can download this file. You
12 12 can also download this version if you are using MINGW's gcc 4.4 and
13 13 want to program using the C++ interface.
... ...
README-windows.txt
... ... @@ -25,7 +25,7 @@ Make sure perl --version shows ActiveState perl.
25 25  
26 26 To install MinGW-w64, first install msys and mingw32 as above.
27 27  
28   -From MinGW-w64 download page, go to "Toolchains targetting
  28 +From MinGW-w64 download page, go to "Toolchains targeting
29 29 Win64/Automated Builds" and find the latest mingw-w64 that runs under
30 30 i686-mingw. It will be called something like
31 31 mingw-w64-bin_i686-mingw_yyyymmdd.zip. The compiler binaries are
... ... @@ -55,8 +55,8 @@ There are packages called external-libs-bin.zip and
55 55 external-libs-src.zip. If you are building with MSVC 2010 or MINGW,
56 56 you can just extract the qpdf-external-libs-bin.zip zip file into the
57 57 top-level qpdf source tree. Note that you need the 2012-06-20 version
58   -(at least) to build qpdf 3.0 or greater since this incldues 64-bit
59   -libaries. It will create a directory called external-libs which
  58 +(at least) to build qpdf 3.0 or greater since this includes 64-bit
  59 +libraries. It will create a directory called external-libs which
60 60 contains header files and precompiled libraries. Passing
61 61 --enable-external-libs to ./configure (which is done automatically if
62 62 you follow the instructions below) is sufficient to find them.
... ... @@ -83,7 +83,7 @@ Building with MinGW
83 83 QPDF is known to build and pass its test suite with mingw (latest
84 84 version tested: gcc 4.6.2), mingw64 (latest version tested: 4.7.0) and
85 85 Microsoft Visual C++ 2010, both 32-bit and 64-bit versions. MSYS plus
86   -ActivateState Perl is required to build as well in order to get make
  86 +ActiveState Perl is required to build as well in order to get make
87 87 and other related tools. While it is possible that Cygwin could be
88 88 used to build native Windows versions of qpdf, this configuration has
89 89 not been tested recently.
... ...
README.maintainer
... ... @@ -5,7 +5,7 @@ Release Reminders
5 5 image comparison tests (--enable-test-compare-images
6 6 --with-large-file-test-path=/path). For a major release, consider
7 7 running a spelling checker over the source code to catch errors in
8   - variable names, strings, and comments.
  8 + variable names, strings, and comments. Use ispell -p ispell-words.
9 9  
10 10 * Consider running tests with latest gcc and/or valgrind. To do
11 11 this, replace, build with debugging and without shared libraries.
... ... @@ -101,7 +101,7 @@ Release Reminders
101 101  
102 102 git tag -s release-qpdf-$version HEAD -m'qpdf $version'
103 103  
104   - * When releasing on source forge, external-libs distributions go in
  104 + * When releasing on sourceforge, external-libs distributions go in
105 105 external-libs/yyyymmdd, and qpdf distributions go in qpdf/vvv
106 106  
107 107  
... ...
... ... @@ -96,8 +96,8 @@ Index: QPDFWriter.cc
96 96 ------------------------------
97 97  
98 98 * Handle embedded files. PDF Reference 1.7 section 3.10, "File
99   - Specifications", discusses this. Once we can definitely recongize
100   - all embedded files in a docucment, we can update the encryption
  99 + Specifications", discusses this. Once we can definitely recognize
  100 + all embedded files in a document, we can update the encryption
101 101 code to handle it properly. In QPDF_encryption.cc, search for
102 102 cf_file. Remove exception thrown if cf_file is different from
103 103 cf_stream, and write code in the stream decryption section to use
... ... @@ -171,5 +171,5 @@ Index: QPDFWriter.cc
171 171 providing some mechanism to recover earlier versions of a file
172 172 embedded prior to appended sections.
173 173  
174   - * From a suggestion in bug 3152169, consisder having an option to
  174 + * From a suggestion in bug 3152169, consider having an option to
175 175 re-encode inline images with an ASCII encoding.
... ...
include/qpdf/QPDFObjectHandle.hh
... ... @@ -173,7 +173,7 @@ class QPDFObjectHandle
173 173 // of the data buffer. If additional keys are required, the
174 174 // stream's dictionary may be retrieved by calling getDict(), and
175 175 // the resulting dictionary may be modified. This method is just
176   - // a convient wrapper around the newStream() and
  176 + // a convenient wrapper around the newStream() and
177 177 // replaceStreamData(). It is a convenience methods for streams
178 178 // that require no parameters beyond the stream length. Note that
179 179 // you don't have to deal with compression yourself if you use
... ...
ispell-words 0 → 100644
  1 +aaa
  2 +ab
  3 +abc
  4 +ABCD
  5 +abcde
  6 +abcdefABCDEF
  7 +abcdefghijklmnopqrstuvwxyz
  8 +ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghi
  9 +abÏ
  10 +abs
  11 +abuild
  12 +ac
  13 +accessor
  14 +aclocal
  15 +AcroForm
  16 +acroread
  17 +activatePipelineStack
  18 +ActiveState
  19 +acyclic
  20 +addPage
  21 +addPageAt
  22 +addPageContents
  23 +addToTable
  24 +adjustAESStreamLength
  25 +admon
  26 +Adobeâ
  27 +aes
  28 +AESv
  29 +ageneration
  30 +AHx
  31 +AIX
  32 +alloc
  33 +allocator
  34 +allowAccessibility
  35 +allowExtractAll
  36 +allowModifyAll
  37 +allowModifyAnnotation
  38 +allowModifyAssembly
  39 +allowModifyForm
  40 +allowModifyOther
  41 +allowPoundAnywhereInName
  42 +allowPrintHighRes
  43 +allowPrintLowRes
  44 +antivirus
  45 +aobjid
  46 +apexcovantage
  47 +API
  48 +APIs
  49 +appendItem
  50 +appendString
  51 +arg
  52 +argc
  53 +argv
  54 +arko
  55 +arko's
  56 +ArtBox
  57 +ascii
  58 +asciiHex
  59 +ASCIIHexDecode
  60 +ASCIIHexDecoder
  61 +assertArray
  62 +assertBool
  63 +assertDictionary
  64 +assertIndirect
  65 +assertInitialized
  66 +assertInteger
  67 +assertName
  68 +assertNull
  69 +assertNumber
  70 +assertPageObject
  71 +assertReal
  72 +assertReserved
  73 +assertScalar
  74 +assertStream
  75 +assertString
  76 +assertType
  77 +assignCompressedObjectNumbers
  78 +atof
  79 +atoi
  80 +AuthEvent
  81 +autobuilder
  82 +autoconf
  83 +autogen
  84 +autoheader
  85 +autolabel
  86 +automake
  87 +autotools
  88 +backref
  89 +backreference
  90 +backrefs
  91 +badLength
  92 +BADMAGIC
  93 +BADOPTION
  94 +BaseFont
  95 +basename
  96 +Berkenbilt
  97 +betweenTokens
  98 +binmode
  99 +BitsPerComponent
  100 +bitstream
  101 +BitStream
  102 +BitWriter
  103 +BleedBox
  104 +boldseq
  105 +bookinfo
  106 +bool
  107 +bp
  108 +bs
  109 +BT
  110 +buf
  111 +BufferInputSource
  112 +buflen
  113 +bufpl
  114 +bufsize
  115 +BUGREPORT
  116 +buildrules
  117 +bw
  118 +bytesNeeded
  119 +calculateHOutline
  120 +calculateHPageOffset
  121 +calculateHSharedObject
  122 +calculateLinearizationData
  123 +calculateXrefStreamPadding
  124 +callHello
  125 +CAPTURECOUNT
  126 +cbc
  127 +cc
  128 +ccase
  129 +CCF
  130 +CCITTFaxDecode
  131 +cd
  132 +cdict
  133 +ce
  134 +cerr
  135 +cf
  136 +CFM
  137 +ch
  138 +ChangeLog
  139 +Checkboxes
  140 +checkDataChecksum
  141 +checkError
  142 +checkFileChecksum
  143 +checkHOutlines
  144 +checkHPageOffset
  145 +checkHSharedObject
  146 +checkLinearization
  147 +checkLinearizationInternal
  148 +checkPageContents
  149 +checkUnread
  150 +CHGeneric
  151 +cho
  152 +CHPageOffset
  153 +CHPageOffsetEntry
  154 +CHSharedObject
  155 +CHSharedObjectEntry
  156 +CHSomething
  157 +ciphertext
  158 +cl
  159 +classname
  160 +clearPipelineStack
  161 +cleartext
  162 +closeObject
  163 +cmd
  164 +codepoint
  165 +ColorSpace
  166 +com
  167 +compareVersions
  168 +compatbility
  169 +concat
  170 +Cond
  171 +config
  172 +const
  173 +contrib
  174 +CopiedStreamDataProvider
  175 +copyEncryptionParameters
  176 +copyForeign
  177 +copyForeignObject
  178 +cout
  179 +CoVantage
  180 +cp
  181 +cph
  182 +cphe
  183 +cplusplus
  184 +CPPFLAGS
  185 +cr
  186 +createPageContents
  187 +createWhat
  188 +CreationDate
  189 +CRNL
  190 +CropBox
  191 +CryptFilterDecodeParms
  192 +cso
  193 +csoe
  194 +css
  195 +cstr
  196 +cstring
  197 +ctest
  198 +ctype
  199 +cygwin
  200 +daae
  201 +DCT
  202 +DCTDecode
  203 +ddd
  204 +de
  205 +debian
  206 +declspec
  207 +DecodeParms
  208 +decodeRow
  209 +decodeStreams
  210 +decrypt
  211 +decrypted
  212 +decrypter
  213 +decrypting
  214 +decryptStream
  215 +decryptString
  216 +def
  217 +deflateEnd
  218 +deflateInit
  219 +defq
  220 +delphi
  221 +dereference
  222 +dereferenced
  223 +dest
  224 +DESTDIR
  225 +detecet
  226 +DeviceGray
  227 +DeviceRGB
  228 +dict
  229 +diff
  230 +diffs
  231 +diffutils
  232 +DIR
  233 +dirname
  234 +disableCBC
  235 +disableIncompatibleEncryption
  236 +dist
  237 +distclean
  238 +dlfcn
  239 +DLL
  240 +DLL's
  241 +dllexport
  242 +dlls
  243 +DLLs
  244 +docbook
  245 +DOCBOOKX
  246 +docdir
  247 +DocOpen
  248 +DOCTYPE
  249 +doubleBoxSize
  250 +DTD
  251 +dtdvalid
  252 +dumpHGeneric
  253 +dumpHPageOffset
  254 +dumpHSharedObject
  255 +dumpInfoDict
  256 +dumpLinearizationDataInternal
  257 +dwHighDateTime
  258 +dwLowDateTime
  259 +DWORD
  260 +earlychange
  261 +EarlyChange
  262 +EF
  263 +EFF
  264 +efgh
  265 +EI
  266 +elif
  267 +elt
  268 +EmbeddedFiles
  269 +emptyPDF
  270 +en
  271 +encodeDataIncrementally
  272 +encodeFile
  273 +encodeRow
  274 +encodeString
  275 +EncryptionData
  276 +EncryptionParameters
  277 +EncryptMetadata
  278 +endian
  279 +endif
  280 +endl
  281 +endobj
  282 +endpos
  283 +endstream
  284 +enqueue
  285 +enqueueing
  286 +enqueueObject
  287 +enqueuePart
  288 +enqueues
  289 +enqueuing
  290 +enum
  291 +env
  292 +envar
  293 +eod
  294 +eof
  295 +eol
  296 +epub
  297 +eraseItem
  298 +Erdelsky's
  299 +errno
  300 +erroffset
  301 +errptr
  302 +esize
  303 +exc
  304 +exe
  305 +exp
  306 +extern
  307 +fb
  308 +fBqpdf
  309 +fclose
  310 +fcntl
  311 +fd
  312 +ferror
  313 +FF
  314 +ffff
  315 +fflush
  316 +fghij
  317 +fi
  318 +fI
  319 +fIinfilename
  320 +fileinfo
  321 +FileInputSource
  322 +fileno
  323 +filenow
  324 +filep
  325 +FILETIME
  326 +filetrailer
  327 +filterCompressedObjects
  328 +findAndSkipNextEOL
  329 +findPage
  330 +fIoptions
  331 +fIoutfilename
  332 +firstname
  333 +firstterm
  334 +fl
  335 +flate
  336 +FlateDecode
  337 +flattenPagesTree
  338 +flattenScalarReferences
  339 +fn
  340 +fname
  341 +fo
  342 +fopen
  343 +forcePDFVersion
  344 +fprintf
  345 +fR
  346 +fread
  347 +fseek
  348 +fseeki
  349 +fseeko
  350 +ftell
  351 +ftelli
  352 +ftello
  353 +fullinfo
  354 +fullpad
  355 +func
  356 +fwrite
  357 +GajiÄ
  358 +gcc
  359 +gen
  360 +generateHintStream
  361 +generateID
  362 +generateObjectStreams
  363 +genok
  364 +getAllPages
  365 +getAllPagesInternal
  366 +getArrayAsVector
  367 +getArrayItem
  368 +getArrayNItems
  369 +getAsArray
  370 +getAsMap
  371 +getAsVector
  372 +getBits
  373 +getBoolValue
  374 +getBuffer
  375 +getCompressibleObjects
  376 +getCount
  377 +getDataChecksum
  378 +getDict
  379 +getDictAsMap
  380 +getenv
  381 +GetEnvironmentVariable
  382 +getErrorCode
  383 +getErrorMessage
  384 +getFileChecksum
  385 +getFilename
  386 +getFilePosition
  387 +getFirstChar
  388 +getGeneration
  389 +getHexDigest
  390 +getIntValue
  391 +getItem
  392 +getKey
  393 +getKeyForObject
  394 +getKeys
  395 +getLastChar
  396 +getLastOffset
  397 +getLength
  398 +getLinearizationOffset
  399 +getLinearizedParts
  400 +getMatch
  401 +getMessageDetail
  402 +getName
  403 +getNext
  404 +getNItems
  405 +getNumericValue
  406 +getObject
  407 +getObjectByID
  408 +getObjectID
  409 +getObjectStreamData
  410 +getObjStreamIndex
  411 +getObjStreamNumber
  412 +getOffset
  413 +getOffsetLength
  414 +getOwningQPDF
  415 +getPaddedUserPassword
  416 +getPageContents
  417 +getPageImages
  418 +getPDFVersion
  419 +getPointer
  420 +getRawStreamData
  421 +getRawValue
  422 +getRealValue
  423 +getRefcount
  424 +getRoot
  425 +getSize
  426 +getStreamData
  427 +getStringValue
  428 +GetSystemTime
  429 +getToken
  430 +getTrailer
  431 +getTrimmedUserPassword
  432 +getTrimmedUserPassword's
  433 +getType
  434 +GETU
  435 +getUncompressedObject
  436 +getUserPassword
  437 +getUTF
  438 +getVal
  439 +getValue
  440 +getWarnings
  441 +getWhoami
  442 +GG
  443 +ghostscript
  444 +GhostScript
  445 +github
  446 +glerbl
  447 +glibc
  448 +gm
  449 +grayscale
  450 +gt
  451 +GUIs
  452 +gz
  453 +gzip
  454 +HAGOOGAMAGOOGLE
  455 +handleCode
  456 +handleData
  457 +hasKey
  458 +hb
  459 +hbp
  460 +Hdict
  461 +Helvetica
  462 +hexkey
  463 +hexkeylen
  464 +hexstring
  465 +hexstrings
  466 +HGeneric
  467 +hh
  468 +HighPart
  469 +hlen
  470 +Hoffmann
  471 +HOi
  472 +HPageOffset
  473 +HPageOffsetEntry
  474 +href
  475 +HS
  476 +HSharedObject
  477 +HSharedObjectEntry
  478 +HSi
  479 +HSomething
  480 +HSomethingEntry
  481 +htm
  482 +html
  483 +http
  484 +https
  485 +ic
  486 +icc
  487 +iconv
  488 +IDs
  489 +idx
  490 +ifdef
  491 +ifeq
  492 +iff
  493 +ifndef
  494 +Im
  495 +ImageC
  496 +ImageChecker
  497 +ImageInverter
  498 +ImageMask
  499 +ImageProvider
  500 +inbuf
  501 +INDOC
  502 +indx
  503 +inf
  504 +infile
  505 +infilename
  506 +inflateEnd
  507 +inflateInit
  508 +inflateReset
  509 +init
  510 +initializeEncryption
  511 +initializePipelineStack
  512 +initializeSpecialStreams
  513 +initializeVector
  514 +inline
  515 +inode
  516 +inputLen
  517 +InputSource
  518 +insertItem
  519 +insertPage
  520 +insertPageobjToPage
  521 +insertXrefEntry
  522 +inst
  523 +int
  524 +interpretCF
  525 +interpretR
  526 +ints
  527 +inttypes
  528 +inv
  529 +inverter
  530 +io
  531 +IOLBF
  532 +iostream
  533 +isArray
  534 +isBool
  535 +isDictionary
  536 +isdigit
  537 +isEncrypted
  538 +isIndirect
  539 +isInitialized
  540 +isInteger
  541 +isLinearized
  542 +isName
  543 +isNull
  544 +isNumber
  545 +iso
  546 +isOrHasName
  547 +isPageObject
  548 +isPagesObject
  549 +ispell
  550 +isReal
  551 +isReserved
  552 +isScalar
  553 +isspace
  554 +isStream
  555 +isString
  556 +istype
  557 +italicseq
  558 +itemizedlist
  559 +iter
  560 +ith
  561 +Jian
  562 +jklmnopqrstuvwxyz
  563 +keybits
  564 +keylen
  565 +KEYLENGTH
  566 +LARGEFILE
  567 +lastnum
  568 +lastreleased
  569 +latin
  570 +lbuf
  571 +lc
  572 +ld
  573 +LDFLAGS
  574 +ldquo
  575 +len
  576 +lengthNextN
  577 +Lexer
  578 +lhs
  579 +libgcc
  580 +libqpdf
  581 +libs
  582 +libtests
  583 +libtiff
  584 +libtool
  585 +libtool's
  586 +libtoolize
  587 +libtools
  588 +libz
  589 +lin
  590 +lindict
  591 +linearization
  592 +linearize
  593 +linearized
  594 +linearizing
  595 +linefeeds
  596 +linkend
  597 +linkey
  598 +linp
  599 +LinParameters
  600 +linux
  601 +listitem
  602 +ll
  603 +lld
  604 +lookup
  605 +lossy
  606 +LowPart
  607 +lpcre
  608 +lqpdf
  609 +lsb
  610 +lt
  611 +ltmain
  612 +lu
  613 +lval
  614 +lx
  615 +lz
  616 +lzw
  617 +LZWDecode
  618 +LZWDecoder
  619 +m'qpdf
  620 +makeDirect
  621 +makeDirectInternal
  622 +Makefile
  623 +makeIndirectObject
  624 +malloc
  625 +manualFinish
  626 +maxEnd
  627 +maxval
  628 +md
  629 +mdash
  630 +MDd
  631 +mediabox
  632 +MediaBox
  633 +MEM
  634 +Memcheck
  635 +memchr
  636 +memcmp
  637 +memcpy
  638 +memmove
  639 +memset
  640 +merchantability
  641 +metadata
  642 +min
  643 +mingw
  644 +MinGW
  645 +MINGW's
  646 +mins
  647 +misc
  648 +MixColumn
  649 +mk
  650 +mkinstalldirs
  651 +monoseq
  652 +MSC
  653 +msg
  654 +msvc
  655 +MSVC's
  656 +msys
  657 +multibyte
  658 +multithreaded
  659 +Mutator
  660 +mutators
  661 +mv
  662 +nbackrefs
  663 +nbits
  664 +nbsp
  665 +nbytes
  666 +nch
  667 +ndash
  668 +nendobj
  669 +nendstream
  670 +newArray
  671 +newBool
  672 +NewDict
  673 +newDictionary
  674 +newIndirect
  675 +newInteger
  676 +newName
  677 +newNull
  678 +newpage
  679 +newpdf
  680 +newReal
  681 +newReserved
  682 +newStream
  683 +newString
  684 +nfirst
  685 +nitems
  686 +nl
  687 +nmatches
  688 +nMatches
  689 +NoBackref
  690 +nobjects
  691 +NOMATCH
  692 +NOMEMORY
  693 +nonprintable
  694 +noout
  695 +normalizeName
  696 +normalizer
  697 +npages
  698 +npos
  699 +nrounds
  700 +nshared
  701 +nspaces
  702 +nstream
  703 +nstripes
  704 +ntotal
  705 +NUL
  706 +num
  707 +numrange
  708 +nval
  709 +nwalsh
  710 +obj
  711 +ObjAccessor
  712 +ObjCache
  713 +ObjCopier
  714 +OBJDIR
  715 +ObjectHolder
  716 +ObjGen
  717 +ObjGens
  718 +objGenToIndirect
  719 +objid
  720 +objidok
  721 +objok
  722 +ObjStm
  723 +ObjUser
  724 +objusers
  725 +oc
  726 +og
  727 +ogs
  728 +oiter
  729 +okey
  730 +ol
  731 +olist
  732 +omap
  733 +op
  734 +OpenAction
  735 +openObject
  736 +opensource
  737 +ord
  738 +org
  739 +orig
  740 +orred
  741 +os
  742 +ostream
  743 +ostringstream
  744 +OtherPage
  745 +ou
  746 +ous
  747 +outbuf
  748 +OUTDOC
  749 +outfile
  750 +outfilename
  751 +outputLengthNextN
  752 +ovecsize
  753 +ovector
  754 +padLen
  755 +Paeth
  756 +pagemode
  757 +PageMode
  758 +pageno
  759 +pageobj
  760 +PageSpec
  761 +para
  762 +param
  763 +parms
  764 +parseInternal
  765 +parseVersion
  766 +partLen
  767 +pathsep
  768 +Pavlyuk
  769 +pb
  770 +pbytes
  771 +pcre
  772 +pcreapi
  773 +pdf
  774 +PDFâ
  775 +pdfDumpInfoDict
  776 +PDFS
  777 +pdlin
  778 +pe
  779 +perl
  780 +ph
  781 +phe
  782 +php
  783 +pipeStreamData
  784 +pipeStringAndFinish
  785 +Pkey
  786 +PKI
  787 +pl
  788 +plaintext
  789 +png
  790 +PNGFilter
  791 +pngify
  792 +PointerHolder
  793 +popPipelineStack
  794 +pos
  795 +POSIX
  796 +PP
  797 +pre
  798 +precompiled
  799 +prefilering
  800 +prefiltering
  801 +presentCharacter
  802 +presentEOF
  803 +preserveObjectStreams
  804 +prev
  805 +printability
  806 +printf
  807 +processChar
  808 +processFile
  809 +processMemoryFile
  810 +processRow
  811 +processXRefStream
  812 +procset
  813 +ProcSet
  814 +procsets
  815 +programlisting
  816 +provideStreamData
  817 +PSâ
  818 +pt
  819 +pthread
  820 +ptr
  821 +pushDiscardFilter
  822 +pushEncryptionFilter
  823 +pushInheritedAttributesToPage
  824 +pushInheritedAttributesToPageInternal
  825 +pushOutlinesToPart
  826 +pushPipeline
  827 +PUTU
  828 +qarray
  829 +QArray
  830 +qdf
  831 +QDFObject
  832 +QDFWriter
  833 +qdict
  834 +QDict
  835 +QEXC
  836 +qnumbers
  837 +QNumbers
  838 +qpdf
  839 +qpdf's
  840 +QPDF's
  841 +QPDFCONSTANTS
  842 +QPDFExc
  843 +QPDFObject
  844 +QPDFObjectHandle
  845 +QPDFObjectTypeAccessor
  846 +QPDFPageData
  847 +qpdfs
  848 +QPDFStream
  849 +QPDFTokenizer
  850 +QPDFTYPES
  851 +QPDFVersion
  852 +QPDFWriter
  853 +QPDFXRefEntry
  854 +qqqcqqq
  855 +qstream
  856 +QStream
  857 +QStreams
  858 +qstrings
  859 +QStrings
  860 +QTC
  861 +qtest
  862 +QTest
  863 +QuadPart
  864 +QUtil
  865 +qwert
  866 +rand
  867 +rb
  868 +rbegin
  869 +rc
  870 +rcon
  871 +RDONLY
  872 +rdquo
  873 +readHGeneric
  874 +readHintStream
  875 +readHPageOffset
  876 +readHSharedObject
  877 +readLine
  878 +readLinearizationData
  879 +README
  880 +readObject
  881 +readObjectAtOffset
  882 +readToken
  883 +reattached
  884 +recompress
  885 +recompressing
  886 +recomputation
  887 +recoverStreamLength
  888 +refcount
  889 +refpage
  890 +refpos
  891 +regexp
  892 +registerForeignStream
  893 +releaseResolved
  894 +ReleaseResolver
  895 +remotesensing
  896 +removeKey
  897 +removePage
  898 +repl
  899 +replaceDict
  900 +replaceFilterData
  901 +replaceForeignIndirectObjects
  902 +replaceKey
  903 +replaceObject
  904 +replaceOrRemoveKey
  905 +replaceReserved
  906 +replaceStreamData
  907 +reserveObjects
  908 +resolveObjectsInStream
  909 +retargeted
  910 +retested
  911 +reverseResolved
  912 +rf
  913 +rfont
  914 +rhs
  915 +rijndael
  916 +rijndaelDecrypt
  917 +rijndaelEncrypt
  918 +rijndaelSetupDecrypt
  919 +rijndaelSetupEncrypt
  920 +rk
  921 +Rkey
  922 +RKLENGTH
  923 +RL
  924 +rm
  925 +roundoff
  926 +RSA
  927 +rstream
  928 +RStream
  929 +RunLengthDecode
  930 +runtest
  931 +sAlT
  932 +se
  933 +sed
  934 +seekable
  935 +sendNextCode
  936 +sep
  937 +seq
  938 +serif
  939 +setArrayFromVector
  940 +setArrayItem
  941 +setAttemptRecovery
  942 +setContentNormalization
  943 +setDataKey
  944 +setEncryptionParameters
  945 +setEncryptionParametersInternal
  946 +setFile
  947 +setFilename
  948 +setFromVector
  949 +setIgnoreXRefStreams
  950 +setItem
  951 +setLastObjectDescription
  952 +setLastOffset
  953 +setLinearization
  954 +setLineBuf
  955 +setMinimumPDFVersion
  956 +setmode
  957 +setObjectStreamMode
  958 +setObjGen
  959 +setOutputFile
  960 +setOutputFilename
  961 +setOutputMemory
  962 +setOutputStreams
  963 +setPreserveEncryption
  964 +setQDFMode
  965 +setR
  966 +setStaticAesIV
  967 +setStaticID
  968 +setStreamDataMode
  969 +setSuppressOriginalObjectIDs
  970 +setSuppressWarnings
  971 +setTrailer
  972 +setvbuf
  973 +shallowCopy
  974 +showLinearizationData
  975 +showXRefTable
  976 +sizeof
  977 +skipToNextByte
  978 +soe
  979 +sourceforge
  980 +SourceForge
  981 +sprintf
  982 +srand
  983 +srandom
  984 +src
  985 +sstream
  986 +startoffset
  987 +startxref
  988 +stat
  989 +std
  990 +STDC
  991 +StdCF
  992 +stderr
  993 +stdexcept
  994 +stdin
  995 +stdint
  996 +StdioFile
  997 +stdlib
  998 +stdout
  999 +STL
  1000 +StmF
  1001 +str
  1002 +strchr
  1003 +strcmp
  1004 +strcpy
  1005 +StreamDataProvider
  1006 +strerror
  1007 +StrF
  1008 +StringDecrypter
  1009 +stripesize
  1010 +strlen
  1011 +strncmp
  1012 +stronghorse
  1013 +strrchr
  1014 +strstr
  1015 +strtoi
  1016 +strtol
  1017 +strtoll
  1018 +struct
  1019 +stylesheet
  1020 +stylesheets
  1021 +subclasses
  1022 +SubFilter
  1023 +SubFilters
  1024 +Subramanyam
  1025 +substr
  1026 +substring
  1027 +Subtype
  1028 +supp
  1029 +suppressions
  1030 +swapObjects
  1031 +swversion
  1032 +Symlink
  1033 +sys
  1034 +sysnow
  1035 +SYSTEMTIME
  1036 +SystemTimeToFileTime
  1037 +TARNAME
  1038 +tbuf
  1039 +tc
  1040 +Td
  1041 +Te
  1042 +TESTSUITE
  1043 +Tf
  1044 +tgen
  1045 +th
  1046 +Tj
  1047 +tmp
  1048 +tnum
  1049 +Tobias
  1050 +tobj
  1051 +tobjid
  1052 +TODO
  1053 +toffset
  1054 +tokenized
  1055 +tokenizer
  1056 +tokenizing
  1057 +toolchain
  1058 +Toolchains
  1059 +toupper
  1060 +toUTF
  1061 +TrimBox
  1062 +trimTrailerForWrite
  1063 +tt
  1064 +txt
  1065 +uc
  1066 +udata
  1067 +uinow
  1068 +uint
  1069 +uiter
  1070 +UL
  1071 +ULARGE
  1072 +ulink
  1073 +uLong
  1074 +ULONGLONG
  1075 +uncompresesd
  1076 +uncompress
  1077 +uncompressing
  1078 +undef
  1079 +unencrypted
  1080 +unfilterable
  1081 +ungetc
  1082 +unicode
  1083 +uninstalled
  1084 +unistd
  1085 +unlink
  1086 +unlinked
  1087 +unparse
  1088 +unparseChild
  1089 +unparseObject
  1090 +unparseResolved
  1091 +unreadCh
  1092 +unreferenced
  1093 +unresolvable
  1094 +unretrieved
  1095 +upass
  1096 +updateAllPagesCache
  1097 +updateObjectMaps
  1098 +updateObjectMapsInternal
  1099 +updatePagesCache
  1100 +url
  1101 +UseOutlines
  1102 +useStaticIV
  1103 +USLetter
  1104 +usr
  1105 +utf
  1106 +Util
  1107 +utils
  1108 +uval
  1109 +val
  1110 +valgrind
  1111 +valstr
  1112 +var
  1113 +variablelist
  1114 +varlistentry
  1115 +varname
  1116 +vc
  1117 +vec
  1118 +vecs
  1119 +VER
  1120 +viewable
  1121 +ViewerPreferences
  1122 +Vitaliy
  1123 +Vkey
  1124 +vlen
  1125 +voidpf
  1126 +vvv
  1127 +wb
  1128 +werror
  1129 +whoami
  1130 +WinAnsiEncoding
  1131 +writeBinary
  1132 +writeBits
  1133 +writeBuffer
  1134 +writeEncryptionDictionary
  1135 +writeHeader
  1136 +writeHGeneric
  1137 +writeHintStream
  1138 +writeHPageOffset
  1139 +writeHSharedObject
  1140 +writeLinearized
  1141 +writeNext
  1142 +writeObject
  1143 +writeObjectStream
  1144 +writeObjectStreamOffsets
  1145 +writePad
  1146 +writeStandard
  1147 +writeString
  1148 +writeStringNoQDF
  1149 +writeStringQDF
  1150 +writeToken
  1151 +writeTrailer
  1152 +writeXRefStream
  1153 +writeXRefTable
  1154 +www
  1155 +wxWindows
  1156 +xA
  1157 +xa
  1158 +xABUL
  1159 +xbebfbc
  1160 +xbf
  1161 +xc
  1162 +xD
  1163 +xDC
  1164 +xeaa
  1165 +xefcdab
  1166 +xF
  1167 +xf
  1168 +xFC
  1169 +xfcefa
  1170 +xfde
  1171 +xfe
  1172 +xff
  1173 +xffeff
  1174 +xfffa
  1175 +xfffe
  1176 +xgen
  1177 +xhtml
  1178 +xml
  1179 +XMLLINT
  1180 +xmlns
  1181 +xobj
  1182 +xobject
  1183 +XObject
  1184 +xor
  1185 +xpacket
  1186 +xpdf
  1187 +XRef
  1188 +xref
  1189 +XRefStm
  1190 +xrefStream
  1191 +xrefTable
  1192 +xsl
  1193 +XSLTPROC
  1194 +XXX
  1195 +yn
  1196 +yuiop
  1197 +yyyymmdd
  1198 +z's
  1199 +zalloc
  1200 +zdata
  1201 +Zeroize
  1202 +zeroizing
  1203 +zfree
  1204 +zlib
  1205 +zstream
  1206 +zzzzz
  1207 +zzzzzz
... ...
libqpdf/QPDF_pages.cc
... ... @@ -151,7 +151,7 @@ QPDF::insertPageobjToPage(QPDFObjectHandle const&amp; obj, int pos,
151 151 void
152 152 QPDF::insertPage(QPDFObjectHandle newpage, int pos)
153 153 {
154   - // pos is numbered from 0, so pos = 0 inserts at the begining and
  154 + // pos is numbered from 0, so pos = 0 inserts at the beginning and
155 155 // pos = npages adds to the end.
156 156  
157 157 flattenPagesTree();
... ...
libqpdf/QUtil.cc
1   -// Include qpdf-config.h first so off_t is gauaranteed to have the right size.
  1 +// Include qpdf-config.h first so off_t is guaranteed to have the right size.
2 2 #include <qpdf/qpdf-config.h>
3 3  
4 4 #include <qpdf/QUtil.hh>
... ...
manual/qpdf-manual.xml
... ... @@ -1083,7 +1083,7 @@ outfile.pdf&lt;/option&gt;
1083 1083 <option>--normalize-content=y</option> is also given, qpdf will
1084 1084 attempt to normalize the stream data as if it is a page content
1085 1085 stream. This attempt will be made even if it is not a page
1086   - content stream, in which case it will produce unusuable results.
  1086 + content stream, in which case it will produce unusable results.
1087 1087 </para>
1088 1088 </sect1>
1089 1089 </chapter>
... ... @@ -2861,7 +2861,7 @@ print &quot;\n&quot;;
2861 2861 On Windows, it is possible to build a DLL. Additionally, a
2862 2862 partial C-language API has been introduced, which makes it
2863 2863 possible to call qpdf functions from non-C++ environments. I
2864   - am very grateful to Zarko Gagic (<ulink
  2864 + am very grateful to <!-- Žarko Gajić --> Zarko Gagic (<ulink
2865 2865 url="http://delphi.about.com/">http://delphi.about.com/</ulink>)
2866 2866 for tirelessly testing numerous pre-release versions of this
2867 2867 DLL and providing many excellent suggestions on improving the
... ...
qpdf/qpdf-ctest.c
... ... @@ -350,7 +350,7 @@ static void test16(char const* infile,
350 350 print_info("/Producer");
351 351 print_info("/Creator");
352 352 qpdf_set_info_key(qpdf, "/Author", "Mr. Potato Head");
353   - qpdf_set_info_key(qpdf, "/Producer", "QPDF libary");
  353 + qpdf_set_info_key(qpdf, "/Producer", "QPDF library");
354 354 qpdf_set_info_key(qpdf, "/Creator", 0);
355 355 print_info("/Author");
356 356 print_info("/Producer");
... ...
qpdf/qtest/qpdf/c-info-out.pdf
... ... @@ -4,7 +4,7 @@
4 4 << /Pages 3 0 R /Type /Catalog >>
5 5 endobj
6 6 2 0 obj
7   -<< /Author (Mr. Potato Head) /Producer (QPDF libary) >>
  7 +<< /Author (Mr. Potato Head) /Producer (QPDF library) >>
8 8 endobj
9 9 3 0 obj
10 10 << /Count 1 /Kids [ 4 0 R ] /Type /Pages >>
... ... @@ -33,12 +33,12 @@ xref
33 33 0000000000 65535 f
34 34 0000000015 00000 n
35 35 0000000064 00000 n
36   -0000000135 00000 n
37   -0000000194 00000 n
38   -0000000337 00000 n
39   -0000000430 00000 n
40   -0000000537 00000 n
  36 +0000000136 00000 n
  37 +0000000195 00000 n
  38 +0000000338 00000 n
  39 +0000000431 00000 n
  40 +0000000538 00000 n
41 41 trailer << /Info 2 0 R /Root 1 0 R /Size 8 /ID [<31415926535897932384626433832795><31415926535897932384626433832795>] >>
42 42 startxref
43   -567
  43 +568
44 44 %%EOF
... ...
qpdf/qtest/qpdf/c-info1.out
... ... @@ -2,5 +2,5 @@ Info key /Author: (null)
2 2 Info key /Producer: (null)
3 3 Info key /Creator: (null)
4 4 Info key /Author: Mr. Potato Head
5   -Info key /Producer: QPDF libary
  5 +Info key /Producer: QPDF library
6 6 Info key /Creator: (null)
... ...
qpdf/qtest/qpdf/c-info2.out
... ... @@ -2,5 +2,5 @@ Info key /Author: Someone Else
2 2 Info key /Producer: Something Else
3 3 Info key /Creator: A. Nony Mous
4 4 Info key /Author: Mr. Potato Head
5   -Info key /Producer: QPDF libary
  5 +Info key /Producer: QPDF library
6 6 Info key /Creator: (null)
... ...