Spell check

This commit is contained in:
Jay Berkenbilt 2019-04-21 13:07:28 -04:00
parent 12b159118a
commit 81205e007b
2 changed files with 11 additions and 1 deletions

View File

@ -117,6 +117,7 @@ argJsonHelp
argJsonKey
argJsonObject
argKeepFilesOpen
argKeepFilesOpenThreshold
argKeepInlineImages
argLinearize
argLinearizePass
@ -142,6 +143,7 @@ argPreserveUnreferencedResources
argProgress
argQdf
argRawStreamData
argRemovePageLabels
argRotate
args
argShowEncryption
@ -688,6 +690,7 @@ fullname
fullpad
func
fv
fvisibility
fweimer
fwrite
fx
@ -1450,6 +1453,7 @@ pdfs
pdh
pdlin
pe
performant
perl
persistAcrossFinish
Pfeifle
@ -2044,15 +2048,21 @@ Wconversion
wcslen
Weimer
werror
wfilename
wfilenamep
WFLAGS
wfopen
whoami
WinAnsi
winansi
WinAnsiEncoding
wincrypt
WindowsCryptProvider
wlen
wmain
wmatrix
wmode
wmodep
Wold
wrapInArray
writeAppearance

View File

@ -26,7 +26,7 @@ JSON
QPDF_Real::getJSON()
{
// While PDF allows .x or -.x, JSON does not. Rather than
// convering from string to double and back, just handle this as a
// converting from string to double and back, just handle this as a
// special case for JSON.
std::string result;
if (this->val.length() == 0)