summaryrefslogtreecommitdiff
path: root/doc/cha-internals.texi
diff options
context:
space:
mode:
authorPatrick Pelletier <code@funwithsoftware.org>2011-12-28 01:37:06 -0800
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-12-28 16:08:55 +0200
commit8d4c4cafee906ea8e5f27de6a1c8d1cb45117eda (patch)
treeb3da8bc033b3f538d78820c44bad0b48d9561dcb /doc/cha-internals.texi
parent87ed97f3046dcc7f80d4ae70b40045f3a82112ed (diff)
downloadgnutls-8d4c4cafee906ea8e5f27de6a1c8d1cb45117eda.tar.gz
minor doc and comment fixes
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'doc/cha-internals.texi')
-rw-r--r--doc/cha-internals.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cha-internals.texi b/doc/cha-internals.texi
index 81eb8e6c14..d7ec1670ab 100644
--- a/doc/cha-internals.texi
+++ b/doc/cha-internals.texi
@@ -250,7 +250,7 @@ parsing incoming extension data (both in the client and server).
The @funcintref{_foobar_send_params} function is responsible for
sending extension data (both in the client and server).
-If you receive length fields that doesn't match, return
+If you receive length fields that don't match, return
@code{GNUTLS_E_@-UNEXPECTED_@-PACKET_@-LENGTH}. If you receive invalid
data, return @code{GNUTLS_E_@-RECEIVED_@-ILLEGAL_@-PARAMETER}. You can use
other error codes from the list in @ref{Error codes}. Return 0 on success.