Skip to content

Commit 326a79e

Browse files
committed
test: fix typo in test-quic-client-empty-preferred-address.js
PR-URL: #33976 Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 74cd70e commit 326a79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-quic-client-empty-preferred-address.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// This test ensures that when we don't define `preferredAddress`
55
// on the server while the `preferredAddressPolicy` on the client
6-
// is `accpet`, it works as expected.
6+
// is `accept`, it works as expected.
77

88
const common = require('../common');
99
if (!common.hasQuic)

0 commit comments

Comments
 (0)