aboutsummaryrefslogtreecommitdiffstats
path: root/doc/contributing.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-09-28 10:48:41 -0400
committerJack Lloyd <[email protected]>2018-09-28 10:51:12 -0400
commit8e6fa0a74ee5bf3fcf129ae1c474a3d732500f74 (patch)
treedb9d7f035bdcea3ee1e36dcc5ad1dd4afa825a58 /doc/contributing.rst
parent519b21c9586045be3e9316e57bbc5c68ba5841da (diff)
Spell check the documentation
Diffstat (limited to 'doc/contributing.rst')
-rw-r--r--doc/contributing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst
index 2d5c3bc4b..47adc228a 100644
--- a/doc/contributing.rst
+++ b/doc/contributing.rst
@@ -100,7 +100,7 @@ For configure.py (and helper scripts install.py, cleanup.py and build_docs.py)
the target is stock (no modules outside the standard library) CPython 2.7 plus
latest CPython 3.x. Support for CPython 2.6, PyPy, etc is great when viable (in
the sense of not causing problems for 2.7 or 3.x, and not requiring huge blocks
-of version dependent code). As running this program succesfully is required for
+of version dependent code). As running this program successfully is required for
a working build, making it as portable as possible is considered key.
The python wrapper botan2.py targets CPython 2.7, 3.x, and latest PyPy. Note that
@@ -256,5 +256,5 @@ functionality which seem worth the trouble of maintaining an integration with.
Examples of other external dependencies that would be appropriate include
integration with system crypto (/dev/crypto, CommonCrypto, CryptoAPI, ...),
potentially a parallelism framework such as Cilk (as part of a larger design for
-parallel message processing, say), or hypothentically use of a safe ASN.1 parser
+parallel message processing, say), or hypothetically use of a safe ASN.1 parser
(that is, one written in a safe language like Rust or OCaml providing a C API).