summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoman Reiss <me@silverwind.io>2018-01-14 22:08:46 +0100
committerRoman Reiss <me@silverwind.io>2018-01-16 23:44:27 +0100
commit82b07835193f4a02431cc12bf9bc0ef4eb3847e5 (patch)
tree8f8930fe575dd4e5de4aeafd61aa95bce97c711a /doc
parent1312db56510028a916e399b81cee754742430ec9 (diff)
downloadandroid-node-v8-82b07835193f4a02431cc12bf9bc0ef4eb3847e5.tar.gz
android-node-v8-82b07835193f4a02431cc12bf9bc0ef4eb3847e5.tar.bz2
android-node-v8-82b07835193f4a02431cc12bf9bc0ef4eb3847e5.zip
src,doc,test: Fix common misspellings
PR-URL: https://github.com/nodejs/node/pull/18151 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/stream.md4
-rw-r--r--doc/guides/maintaining-the-build-files.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/stream.md b/doc/api/stream.md
index fe7a9a8f30..222f8dbd49 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)
<!-- YAML
@@ -1727,7 +1727,7 @@ added: v8.0.0
argument.
The `_destroy()` method is called by [`readable.destroy()`][readable-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.
#### readable.push(chunk[, encoding])
<!-- YAML
diff --git a/doc/guides/maintaining-the-build-files.md b/doc/guides/maintaining-the-build-files.md
index c9dd155dd8..ca5ee090a6 100644
--- a/doc/guides/maintaining-the-build-files.md
+++ b/doc/guides/maintaining-the-build-files.md
@@ -15,7 +15,7 @@ There are three main build files that may be directly run when building Node.js:
Makefile mentioned below is maintained separately by humans). For a detailed
guide on this script, see [configure](#configure).
- `vcbuild.bat`: A Windows Batch Script that locates build tools, provides a
- subset of the targets avilable in the [Makefile](#makefile), and a few targets
+ subset of the targets available in the [Makefile](#makefile), and a few targets
of its own. For a detailed guide on this script, see
[vcbuild.bat](#vcbuild.bat).
- `Makefile`: A Makefile that can be run with GNU Make. It provides a set of