Skip to content

Commit

Permalink
src: fix typo in comment in quic/sessionticket.cc
Browse files Browse the repository at this point in the history
PR-URL: nodejs#47754
Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com>
  • Loading branch information
tniessen authored and yjl9903 committed Apr 28, 2023
1 parent 4c34cc3 commit 421b65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quic/sessionticket.cc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Maybe<SessionTicket> SessionTicket::FromV8Value(Environment* env,
!des.ReadValue(env->context()).ToLocal(&transport_params) ||
!ticket->IsArrayBufferView() || !transport_params->IsArrayBufferView()) {
if (tryCatch.HasCaught()) {
// Any errors thrown we want to catch and supress. The only
// Any errors thrown we want to catch and suppress. The only
// error we want to expose to the user is that the ticket format
// is invalid.
if (!tryCatch.HasTerminated()) {
Expand Down

0 comments on commit 421b65a

Please sign in to comment.