diff --git a/test/parallel/test-stream-toArray.js b/test/parallel/test-stream-toArray.js index 8b7ba40f9c363c..5c86410ed74c09 100644 --- a/test/parallel/test-stream-toArray.js +++ b/test/parallel/test-stream-toArray.js @@ -69,7 +69,7 @@ const assert = require('assert'); }, { name: 'AbortError', }).then(common.mustCall(() => { - // Only stops toArray, does not destory the stream + // Only stops toArray, does not destroy the stream assert(stream.destroyed, false); })); ac.abort();