Skip to content

Commit

Permalink
Spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkenbilt committed Apr 21, 2019
1 parent 12b1591 commit 81205e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ispell-words
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ argJsonHelp
argJsonKey
argJsonObject
argKeepFilesOpen
argKeepFilesOpenThreshold
argKeepInlineImages
argLinearize
argLinearizePass
Expand All @@ -142,6 +143,7 @@ argPreserveUnreferencedResources
argProgress
argQdf
argRawStreamData
argRemovePageLabels
argRotate
args
argShowEncryption
Expand Down Expand Up @@ -688,6 +690,7 @@ fullname
fullpad
func
fv
fvisibility
fweimer
fwrite
fx
Expand Down Expand Up @@ -1450,6 +1453,7 @@ pdfs
pdh
pdlin
pe
performant
perl
persistAcrossFinish
Pfeifle
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libqpdf/QPDF_Real.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 81205e0

Please sign in to comment.