From 139d0aa9d356a7b990207afcc79bc68637ec6eaa Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Tue, 14 Jun 2022 18:45:44 +0200 Subject: [PATCH] Fix typo in documentation Signed-off-by: Ronald Cron --- docs/architecture/tls13-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/tls13-support.md b/docs/architecture/tls13-support.md index 6f766c9301..fc09f31fd2 100644 --- a/docs/architecture/tls13-support.md +++ b/docs/architecture/tls13-support.md @@ -476,7 +476,7 @@ organization is to concentrate solely on the parsing in the parsing function to reduce the size of its code and to simplify it. * post-processing stage: following the parsing, further update of the SSL -context to prepare for the next incoming and outpoing messages. This stage is +context to prepare for the next incoming and outgoing messages. This stage is optional. For example, secret and key computations occur at this stage, as well as handshake messages checksum update.