From 01638c7913201f72c601295b8b0bfdb7230657bb Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 14 Jan 2018 22:08:46 +0100 Subject: [PATCH] src,doc,test: Fix common misspellings --- doc/api/stream.md | 4 ++-- doc/guides/maintaining-the-build-files.md | 2 +- 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 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/api/stream.md b/doc/api/stream.md index fe7a9a8f3036cb..222f8dbd49ee67 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1505,7 +1505,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)