mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
doc,src,test: fix typos
PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
parent
3b757b2cc0
commit
9150f3f73a
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class SessionTicket final : public MemoryRetainer {
|
|||
};
|
||||
|
||||
// SessionTicket::AppData is a utility class that is used only during the
|
||||
// generation or access of TLS stateless sesson tickets. It exists solely to
|
||||
// generation or access of TLS stateless session tickets. It exists solely to
|
||||
// provide a easier way for Session::Application instances to set relevant
|
||||
// metadata in the session ticket when it is created, and the exract and
|
||||
// subsequently verify that data when a ticket is received and is being
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue