Skip to content

Commit

Permalink
Spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkenbilt committed Apr 9, 2022
1 parent c7e877b commit b6d1dff
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"drequire",
"dshow",
"dtdvalid",
"dwindows",
"ebra",
"ecks",
"efdh",
Expand Down Expand Up @@ -273,6 +274,7 @@
"msvc's",
"msys",
"multithreaded",
"municode",
"mutators",
"namelink",
"nbsp",
Expand Down Expand Up @@ -372,6 +374,7 @@
"qpdfacroformdocumenthelper",
"qpdfannotationobjecthelper",
"qpdfargparser",
"qpdfbuild",
"qpdfconstants",
"qpdfcrypto",
"qpdfcryptoimpl",
Expand Down Expand Up @@ -436,6 +439,7 @@
"scarff",
"seekable",
"segfaulting",
"setargv",
"setjmp",
"sharedresources",
"singlehtml",
Expand Down Expand Up @@ -469,9 +473,11 @@
"subkeys",
"subramanyam",
"swversion",
"sysroot",
"syuu",
"tbuf",
"testcase",
"testcov",
"testfile",
"texlive",
"tgen",
Expand Down Expand Up @@ -521,6 +527,7 @@
"vtable",
"wchar",
"wconversion",
"wcslen",
"weimer",
"werror",
"wfilename",
Expand All @@ -535,6 +542,8 @@
"wordsize",
"wpath",
"wrename",
"wsetargv",
"wshadow",
"wsign",
"wunlink",
"xgen",
Expand Down
2 changes: 1 addition & 1 deletion manual/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ differences, ``clang-format`` is authoritative. It is not possible to
make ``cc-mode`` and ``clang-format`` exactly match since the syntax
parser in emacs is not as sophisticated.

Blocks of code that should not be formatted can be surrouned by the
Blocks of code that should not be formatted can be surrounded by the
comments ``// clang-format off`` and ``// clang-format on``. Sometimes
clang-format tries to combine lines in ways that are undesirable. In
this case, we follow a convention of adding a comment ``//
Expand Down
2 changes: 1 addition & 1 deletion manual/design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The primary class for interacting with PDF objects is
``QPDFObjectHandle``. Instances of this class can be passed around by
value, copied, stored in containers, etc. with very low overhead. The
``QPDFObjectHandle`` object contains an internal shared pointer to an
underyling ``QPDFObject``. Instances of ``QPDFObjectHandle`` created
underlying ``QPDFObject``. Instances of ``QPDFObjectHandle`` created
by reading from a file will always contain a reference back to the
``QPDF`` object from which they were created. A ``QPDFObjectHandle``
may be direct or indirect. If indirect, the ``QPDFObject`` shared
Expand Down
1 change: 1 addition & 0 deletions spell-check
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# cspell can be installed with `npm install -g cspell`.

# cspell does its own expansion of shell wildcards.
cd $(dirname $0)
cspell '**/*.hh' 'include/qpdf/*.h' '**/*.cc' \
'manual/*.rst' 'manual/*.in' 'manual/_ext/*.py' \
'**/CMakeLists.txt' ChangeLog 'README*' TODO

0 comments on commit b6d1dff

Please sign in to comment.