Skip to content

Commit f99b0d0

Browse files
tniessentargos
authored andcommitted
test: fix typo in test-stream-toArray
Refs: #41553 PR-URL: #41634 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent a1e122b commit f99b0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-stream-toArray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const assert = require('assert');
6969
}, {
7070
name: 'AbortError',
7171
}).then(common.mustCall(() => {
72-
// Only stops toArray, does not destory the stream
72+
// Only stops toArray, does not destroy the stream
7373
assert(stream.destroyed, false);
7474
}));
7575
ac.abort();

0 commit comments

Comments
 (0)