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:
Noritaka Kobayashi 2025-05-28 17:18:47 +09:00 committed by Antoine du Hamel
parent 9e0746a4ff
commit 8b41429499
No known key found for this signature in database
GPG Key ID: 21D900FFDB233756
3 changed files with 3 additions and 3 deletions

View File

@ -2580,7 +2580,7 @@ added: v22.3.0
changes: changes:
- version: v22.13.0 - version: v22.13.0
pr-url: https://github.com/nodejs/node/pull/55897 pr-url: https://github.com/nodejs/node/pull/55897
description: Snapsnot testing is no longer experimental. description: Snapshot testing is no longer experimental.
--> -->
Regenerates the snapshot files used by the test runner for [snapshot testing][]. Regenerates the snapshot files used by the test runner for [snapshot testing][].

View File

@ -935,7 +935,7 @@ added: v22.3.0
changes: changes:
- version: v23.4.0 - version: v23.4.0
pr-url: https://github.com/nodejs/node/pull/55897 pr-url: https://github.com/nodejs/node/pull/55897
description: Snapsnot testing is no longer experimental. description: Snapshot testing is no longer experimental.
--> -->
Snapshot tests allow arbitrary values to be serialized into string values and Snapshot tests allow arbitrary values to be serialized into string values and

View File

@ -58,7 +58,7 @@ class SessionTicket final : public MemoryRetainer {
}; };
// SessionTicket::AppData is a utility class that is used only during the // 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 // provide a easier way for Session::Application instances to set relevant
// metadata in the session ticket when it is created, and the extract and // metadata in the session ticket when it is created, and the extract and
// subsequently verify that data when a ticket is received and is being // subsequently verify that data when a ticket is received and is being