Skip to content

Commit 6fa0626

Browse files
noritaka1166marco-ippolito
authored andcommitted
doc,src,test: fix typos
PR-URL: #58477 Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Dario Piotrowicz <dario.piotrowicz@gmail.com>
1 parent a683cd1 commit 6fa0626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quic/sessionticket.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class SessionTicket final : public MemoryRetainer {
5858
};
5959

6060
// SessionTicket::AppData is a utility class that is used only during the
61-
// generation or access of TLS stateless sesson tickets. It exists solely to
61+
// generation or access of TLS stateless session tickets. It exists solely to
6262
// provide a easier way for Session::Application instances to set relevant
6363
// metadata in the session ticket when it is created, and the exract and
6464
// subsequently verify that data when a ticket is received and is being

0 commit comments

Comments
 (0)