aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual/pkcs11.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/manual/pkcs11.rst
parent519b21c9586045be3e9316e57bbc5c68ba5841da (diff)
Spell check the documentation
Diffstat (limited to 'doc/manual/pkcs11.rst')
-rw-r--r--doc/manual/pkcs11.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/pkcs11.rst b/doc/manual/pkcs11.rst
index e8fa4c373..c6b7ec07d 100644
--- a/doc/manual/pkcs11.rst
+++ b/doc/manual/pkcs11.rst
@@ -105,7 +105,7 @@ All possible PKCS#11 return values are represented by the enum class:
All methods of the :cpp:class:`LowLevel` class have a default parameter ``ReturnValue* return_value = ThrowException``.
This parameter controls the error handling of all :cpp:class:`LowLevel` methods. The default
-behaviour ``return_value = ThrowException`` is to throw an exception if the method does
+behavior ``return_value = ThrowException`` is to throw an exception if the method does
not complete successfully. If a non-``NULL`` pointer is passed, ``return_value`` receives the
return value of the PKCS#11 function and no exception is thrown. In case ``nullptr`` is
passed as ``return_value``, the exact return value is ignored and the method just returns
@@ -493,7 +493,7 @@ The remaining hierarchy is defined as follows:
* :cpp:class:`PrivateKeyProperties` inherits from :cpp:class:`KeyProperties`
* :cpp:class:`SecretKeyProperties` inherits from :cpp:class:`KeyProperties`
-PKCS#11 objects themself are represented by the :cpp:class:`Object` class.
+PKCS#11 objects themselves are represented by the :cpp:class:`Object` class.
.. cpp:class:: Object