From 5e4f9b37baaf67bb2354d9f73248ec28973ae552 Mon Sep 17 00:00:00 2001 From: Roman Reiss Date: Sun, 14 Jan 2018 22:08:46 +0100 Subject: [PATCH] src,doc,test: Fix common misspellings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport-PR-URL: https://github.com/nodejs/node/pull/20456 PR-URL: https://github.com/nodejs/node/pull/18151 Reviewed-By: Anatoli Papirovski Reviewed-By: James M Snell Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig Reviewed-By: Tobias Nießen Reviewed-By: Richard Lau Reviewed-By: Gireesh Punathil Reviewed-By: Michael Dawson --- doc/api/stream.md | 4 ++-- src/node_http2.cc | 4 ++-- test/async-hooks/test-callback-error.js | 2 +- test/common/README.md | 2 +- test/fixtures/loop.js | 2 +- test/sequential/test-inspector-async-hook-setup-at-signal.js | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/api/stream.md b/doc/api/stream.md index aed4a1fd90e1d9..f0d393543d6516 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1457,7 +1457,7 @@ added: v8.0.0 argument. The `_destroy()` method is called by [`writable.destroy()`][writable-destroy]. -It can be overriden by child classes but it **must not** be called directly. +It can be overridden by child classes but it **must not** be called directly. #### writable.\_final(callback)