summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Vrancken <dev@tomvrancken.nl>2018-05-22 11:22:42 +0200
committerTom Vrancken <dev@tomvrancken.nl>2018-05-23 10:20:09 +0200
commita3fc43eeebf1737c37139237ecb0c942ffe2630d (patch)
tree31e97fc09710c8737082685bacf76a12c15cda8d
parent69994c9aae13fab93596b42571c9322bb1eb3dea (diff)
downloadgnutls-a3fc43eeebf1737c37139237ecb0c942ffe2630d.tar.gz
Fixed some spelling issues. [ci skip]
Signed-off-by: Tom Vrancken <dev@tomvrancken.nl>
-rw-r--r--doc/cha-internals.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cha-internals.texi b/doc/cha-internals.texi
index 91ca008aa7..9d8fa6788b 100644
--- a/doc/cha-internals.texi
+++ b/doc/cha-internals.texi
@@ -293,8 +293,8 @@ internal extension data to save them in the session resumption storage.
The @funcintref{_gnutls_foobar_unpack} function is responsible for
restoring session data from the session resumption storage.
-When the internal data are stored using the @funcintref{_gnutls_hello_ext_set_datum},
-then you could rely on the default pack and unpack functions:
+When the internal data is stored using the @funcintref{_gnutls_hello_ext_set_datum},
+then you can rely on the default pack and unpack functions:
@funcintref{_gnutls_hello_ext_default_pack} and
@funcintref{_gnutls_hello_ext_default_unpack}.