Skip to content

Commit 7ae1360

Browse files
authored
src: fix typo in comment in quic/sessionticket.cc
PR-URL: #47754 Reviewed-By: Matthew Aitken <maitken033380023@gmail.com> Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com>
1 parent e8cfa95 commit 7ae1360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quic/sessionticket.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Maybe<SessionTicket> SessionTicket::FromV8Value(Environment* env,
6363
!des.ReadValue(env->context()).ToLocal(&transport_params) ||
6464
!ticket->IsArrayBufferView() || !transport_params->IsArrayBufferView()) {
6565
if (tryCatch.HasCaught()) {
66-
// Any errors thrown we want to catch and supress. The only
66+
// Any errors thrown we want to catch and suppress. The only
6767
// error we want to expose to the user is that the ticket format
6868
// is invalid.
6969
if (!tryCatch.HasTerminated()) {

0 commit comments

Comments
 (0)