Skip to content

Commit 8b41429

Browse files
noritaka1166aduh95
authored andcommitted
doc,src,test: fix typos
PR-URL: #58477 Reviewed-By: Jacob Smith <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Pietro Marchini <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Dario Piotrowicz <[email protected]>
1 parent 9e0746a commit 8b41429

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/api/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2580,7 +2580,7 @@ added: v22.3.0
25802580
changes:
25812581
- version: v22.13.0
25822582
pr-url: https://github.com/nodejs/node/pull/55897
2583-
description: Snapsnot testing is no longer experimental.
2583+
description: Snapshot testing is no longer experimental.
25842584
-->
25852585

25862586
Regenerates the snapshot files used by the test runner for [snapshot testing][].

doc/api/test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ added: v22.3.0
935935
changes:
936936
- version: v23.4.0
937937
pr-url: https://github.com/nodejs/node/pull/55897
938-
description: Snapsnot testing is no longer experimental.
938+
description: Snapshot testing is no longer experimental.
939939
-->
940940

941941
Snapshot tests allow arbitrary values to be serialized into string values and

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 extract and
6464
// subsequently verify that data when a ticket is received and is being

0 commit comments

Comments
 (0)