diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2019-01-01 14:26:04 +0100 |
---|---|---|
committer | Tim Rühsen <tim.ruehsen@gmx.de> | 2019-01-03 10:51:28 +0100 |
commit | 94554c2da445f1378ce7030cb8ab4d935fcf3cc6 (patch) | |
tree | bf2c1f83c1f74bb1f4a368ff2350f6d8141c12a0 /doc/cha-tokens.texi | |
parent | 059abf4e19822b4159c914d7a10647094578baa7 (diff) | |
download | gnutls-94554c2da445f1378ce7030cb8ab4d935fcf3cc6.tar.gz |
Fix typos in doc/tmp-fix-typos-in-doc
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'doc/cha-tokens.texi')
-rw-r--r-- | doc/cha-tokens.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cha-tokens.texi b/doc/cha-tokens.texi index 529829bf29..409b360815 100644 --- a/doc/cha-tokens.texi +++ b/doc/cha-tokens.texi @@ -50,7 +50,7 @@ to sign an X.509 certificate with a key that resides in a token the following st used. @example -#inlude <gnutls/abstract.h> +#include <gnutls/abstract.h> void sign_cert( gnutls_x509_crt_t to_be_signed) @{ @@ -346,7 +346,7 @@ flag. @showfuncdesc{gnutls_pkcs11_add_provider} -In that case, the application will only have access to the modules explictly +In that case, the application will only have access to the modules explicitly loaded. If the @code{GNUTLS_PKCS11_FLAG_MANUAL} flag is specified and no calls to @funcref{gnutls_pkcs11_add_provider} are made, then the PKCS #11 functionality is effectively disabled. |