2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-08 05:10:53 +00:00

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

View File

@ -26,7 +26,7 @@ JSON
QPDF_Real::getJSON() QPDF_Real::getJSON()
{ {
// While PDF allows .x or -.x, JSON does not. Rather than // 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. // special case for JSON.
std::string result; std::string result;
if (this->val.length() == 0) if (this->val.length() == 0)