We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8cfa95 commit 7ae1360Copy full SHA for 7ae1360
src/quic/sessionticket.cc
@@ -63,7 +63,7 @@ Maybe<SessionTicket> SessionTicket::FromV8Value(Environment* env,
63
!des.ReadValue(env->context()).ToLocal(&transport_params) ||
64
!ticket->IsArrayBufferView() || !transport_params->IsArrayBufferView()) {
65
if (tryCatch.HasCaught()) {
66
- // Any errors thrown we want to catch and supress. The only
+ // Any errors thrown we want to catch and suppress. The only
67
// error we want to expose to the user is that the ticket format
68
// is invalid.
69
if (!tryCatch.HasTerminated()) {
0 commit comments