summaryrefslogtreecommitdiff
path: root/doc/changelogs/CHANGELOG_ARCHIVE.md
diff options
context:
space:
mode:
authorBenjamin Fleischer <github@benjaminfleischer.com>2017-02-05 19:18:46 -0600
committerBrian White <mscdex@mscdex.net>2017-03-03 16:29:19 -0500
commit4897ae211423a6282cd7a258ede9358743784e6f (patch)
tree58c67cef3338364c81287f8f7c7ad775db72ce6a /doc/changelogs/CHANGELOG_ARCHIVE.md
parentf01fd2ae7048e6cc3cc7c56c8ff9b7591a319cb3 (diff)
downloadandroid-node-v8-4897ae211423a6282cd7a258ede9358743784e6f.tar.gz
android-node-v8-4897ae211423a6282cd7a258ede9358743784e6f.tar.bz2
android-node-v8-4897ae211423a6282cd7a258ede9358743784e6f.zip
benchmark,build,doc,lib,src,test: correct typos
PR-URL: https://github.com/nodejs/node/pull/11189 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Diffstat (limited to 'doc/changelogs/CHANGELOG_ARCHIVE.md')
-rw-r--r--doc/changelogs/CHANGELOG_ARCHIVE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelogs/CHANGELOG_ARCHIVE.md b/doc/changelogs/CHANGELOG_ARCHIVE.md
index 797317ea43..7a643ca5c3 100644
--- a/doc/changelogs/CHANGELOG_ARCHIVE.md
+++ b/doc/changelogs/CHANGELOG_ARCHIVE.md
@@ -3025,7 +3025,7 @@ https://github.com/nodejs/node/commit/311d7dee19034ff1c6bc9098c36973b8d687eaba
* After V8 heap is compact, don't use a timer every 2 seconds.
* Improve nextTick implementation.
- * Add primative support for Upgrading HTTP connections.
+ * Add primitive support for Upgrading HTTP connections.
(See commit log for docs 760bba5)
* Add timeout and maxBuffer options to child_process.exec