From d4b83984619c11b13c4f9b91365056919767dde6 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Thu, 1 Jun 2017 14:09:33 -0700 Subject: [PATCH] tris: fix typos --- 13.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13.go b/13.go index ccf14e5..eee19d4 100644 --- a/13.go +++ b/13.go @@ -25,7 +25,7 @@ import ( ) // numSessionTickets is the number of different session tickets the -// server sends to a TLS 1.3 client, whom will use each only once. +// server sends to a TLS 1.3 client, who will use each only once. const numSessionTickets = 2 func (hs *serverHandshakeState) doTLS13Handshake() error {