Skip to content

Commit 109a296

Browse files
eltociearTrott
authored andcommitted
quic: fix typo in code comment
successfull -> successful PR-URL: #35308 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent c25cf34 commit 109a296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quic/node_quic_session.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1984,7 +1984,7 @@ bool QuicSession::OpenUnidirectionalStream(int64_t* stream_id) {
19841984
return ngtcp2_conn_open_uni_stream(connection(), stream_id, nullptr) == 0;
19851985
}
19861986

1987-
// When ngtcp2 receives a successfull response to a PATH_CHALLENGE,
1987+
// When ngtcp2 receives a successful response to a PATH_CHALLENGE,
19881988
// it will trigger the OnPathValidation callback which will, in turn
19891989
// invoke this. There's really nothing to do here but update stats and
19901990
// and optionally notify the javascript side if there is a handler registered.

0 commit comments

Comments
 (0)