Skip to content

Commit 9db396e

Browse files
reggijasnell
authored andcommitted
doc: fix typos in changelog
PR-URL: #3291 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
1 parent 1c169a0 commit 9db396e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@ _Note: a new version of the 'url' module was reverted prior to release as it was
14581458
- Add support for default author field to make `npm init -y` work without user-input (@othiym23) [npm/npm/d8eee6cf9d](https://github.com/npm/npm/commit/d8eee6cf9d2ff7aca68dfaed2de76824a3e0d9af)
14591459
- Include local modules in `npm outdated` and `npm update` (@ArnaudRinquin) [npm/npm#7426](https://github.com/npm/npm/issues/7426)
14601460
- The prefix used before the version number on `npm version` is now configurable via `tag-version-prefix` (@kkragenbrink) [npm/npm#8014](https://github.com/npm/npm/issues/8014)
1461-
* **os**: `os.tmpdir()` is now cross-platform consistent and will no longer returns a path with a trailling slash on any platform (Christian Tellnes) [#747](https://github.com/nodejs/node/pull/747)
1461+
* **os**: `os.tmpdir()` is now cross-platform consistent and will no longer returns a path with a trailing slash on any platform (Christian Tellnes) [#747](https://github.com/nodejs/node/pull/747)
14621462
* **process**:
14631463
- `process.nextTick()` performance has been improved by between 2-42% across the benchmark suite, notable because this is heavily used across core (Brian White) [#1571](https://github.com/nodejs/node/pull/1571)
14641464
- New `process.geteuid()`, `process.seteuid(id)`, `process.getegid()` and `process.setegid(id)` methods allow you to get and set effective UID and GID of the process (Evan Lucas) [#1536](https://github.com/nodejs/node/pull/1536)
@@ -2497,7 +2497,7 @@ _Note: version **1.4.0** was tagged and built but not released. A libuv bug was
24972497
* [[`10277d2`](https://github.com/nodejs/node/commit/10277d2e57ee7fe9e0e3f63f10b9ea521e86e7f0)] - docs: include mention of new crypto methods (Calvin Metcalf)
24982498
* [[`9a8f186`](https://github.com/nodejs/node/commit/9a8f18613da4956c963377e2ad55cdd3dabc32aa)] - child_process: add debug and error details (Zach Bruggeman)
24992499
* [[`6f7a978`](https://github.com/nodejs/node/commit/6f7a9784eaef82a1aa6cf53bbbd7224c446876a0)] - crypto: clear error on return in TLS methods (Fedor Indutny)
2500-
* [[`50daee7`](https://github.com/nodejs/node/commit/50daee7243a3f987e1a28d93c43f913471d6885a)] - stream: simpler stream constructon (Sam Newman)
2500+
* [[`50daee7`](https://github.com/nodejs/node/commit/50daee7243a3f987e1a28d93c43f913471d6885a)] - stream: simpler stream construction (Sam Newman)
25012501
* [[`e0730ee`](https://github.com/nodejs/node/commit/e0730eeaa5231841a7eba080c8170e41278c3c52)] - benchmark: allow compare via fine-grained filters (Brian White)
25022502
* [[`96ffcb9`](https://github.com/nodejs/node/commit/96ffcb9a210a2fa1248ae5931290193573512a96)] - src: reduce cpu profiler overhead (Ben Noordhuis)
25032503
* [[`3e675e4`](https://github.com/nodejs/node/commit/3e675e44b59f1be8e5581de000f3cb17ef747c14)] - benchmark: don't use template strings (Evan Lucas)
@@ -2594,7 +2594,7 @@ _Note: version **1.4.0** was tagged and built but not released. A libuv bug was
25942594
* [[`b5166cb`](https://github.com/nodejs/node/commit/b5166cb7d269cd1bf90d1768f82767b05b9ac1f8)] - benchmark: add bench-(url &amp; events) make targets (Yosuke Furukawa)
25952595
* [[`5843ae8`](https://github.com/nodejs/node/commit/5843ae8dfba5db83f2c04ed2db847049cbd2ab0d)] - Revert "doc: clarify fs.symlink and fs.symlinkSync parameters" (Bert Belder)
25962596
* [[`668bde8`](https://github.com/nodejs/node/commit/668bde8ac0d16382cbc98c904d8b5f55fd9fd9f0)] - win,msi: broadcast WM_SETTINGCHANGE after install (Mathias Küsel)
2597-
* [[`69ce064`](https://github.com/nodejs/node/commit/69ce0641dc6a84c90ffdd0906790cd945f1c3629)] - build: remove artefacts on distclean (Johan Bergström)
2597+
* [[`69ce064`](https://github.com/nodejs/node/commit/69ce0641dc6a84c90ffdd0906790cd945f1c3629)] - build: remove artifacts on distclean (Johan Bergström)
25982598
* [[`1953886`](https://github.com/nodejs/node/commit/1953886126a2ab3e7291a73767ee4302a391a208)] - test: fs.createReadStream().destroy() fd leak (Rod Vagg)
25992599
* [[`497fd72`](https://github.com/nodejs/node/commit/497fd72e21d2d1216e8457928d1a8082349fd0e5)] - fs: fix fd leak in ReadStream.destroy() (Alex Kocharin)
26002600
* [[`8b09ae7`](https://github.com/nodejs/node/commit/8b09ae76f1d854a0db579fc0737df4809ce6087d)] - doc: add links for http_parser/libuv upgrades (Michael Hart)
@@ -4164,7 +4164,7 @@ https://github.com/nodejs/node/commit/01994e8119c24f2284bac0779b32acb49c95bee7
41644164
* fs: make 'end' work with ReadStream without 'start' (Ben Noordhuis)
41654165
* https: optimize createConnection() (Ryunosuke SATO)
41664166
* buffer: speed up base64 encoding by 20% (Ben Noordhuis)
4167-
* doc: Colorize API stabilitity index headers in docs (Luke Arduini)
4167+
* doc: Colorize API stability index headers in docs (Luke Arduini)
41684168
* net: socket.readyState corrections (bentaber)
41694169
* http: Performance enhancements for http under streams2 (isaacs)
41704170
* stream: fix to emit end event on http.ClientResponse (Shigeki Ohtsu)
@@ -4372,7 +4372,7 @@ https://github.com/nodejs/node/commit/2c4eef0d972838c51999d32c0d251857a713dc18
43724372

43734373
* npm: Upgrade to v1.2.2
43744374
* dns: make error message match errno (Dan Milon)
4375-
* tls: follow RFC6125 more stricly (Fedor Indutny)
4375+
* tls: follow RFC6125 more strictly (Fedor Indutny)
43764376
* buffer: reject negative SlowBuffer offsets (Ben Noordhuis)
43774377
* install: add simplejson fallback (Chris Dent)
43784378
* http: fix "Cannot call method 'emit' of null" (Ben Noordhuis)
@@ -4635,7 +4635,7 @@ https://github.com/nodejs/node/commit/2134aa3d5c622fc3c3b02ccb713fcde0e0df479a
46354635
- Support for parallel use of the cache folder
46364636
- Retry on registry timeouts or network failures (Trent Mick)
46374637
- Reduce 'engines' failures to a warning
4638-
- Use new zsh completion if aviailable (Jeremy Cantrell)
4638+
- Use new zsh completion if available (Jeremy Cantrell)
46394639

46404640
* Fix [#3577](https://github.com/joyent/node/issues/3577) Un-break require('sys')
46414641
* util: speed up formatting of large arrays/objects (Ben Noordhuis)
@@ -4926,7 +4926,7 @@ https://github.com/nodejs/node/commit/9cc55dca6f67a6096c858b841c677b0593404321
49264926

49274927
* Upgrade V8 to 3.8.6
49284928
* Use GYP build system on unix (Ben Noordhuis)
4929-
* Experimenetal isolates support (Ben Noordhuis)
4929+
* Experimental isolates support (Ben Noordhuis)
49304930
* Improvements to Cluster API (Andreas Madsen)
49314931
* Use isolates for internal debugger (Fedor Indutny)
49324932
* Bug fixes
@@ -5309,7 +5309,7 @@ https://github.com/nodejs/node/commit/220e61c1f65bf4db09699fcf6399c0809c0bc446
53095309
* Remove cmake build system, support for Cygwin, legacy code base,
53105310
process.ENV, process.ARGV, process.memoryUsage().vsize, os.openOSHandle
53115311

5312-
* Documentation improvments (Igor Zinkovsky, Bert Belder, Ilya Dmitrichenko,
5312+
* Documentation improvements (Igor Zinkovsky, Bert Belder, Ilya Dmitrichenko,
53135313
koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
53145314

53155315
* Performance improvements (Daniel Ennis, Bert Belder, Ben Noordhuis)
@@ -5634,7 +5634,7 @@ https://github.com/nodejs/node/commit/a745d19ce7d1c0e3778371af4f0346be70cf2c8e
56345634
* cmake improvements (Tom Hughes)
56355635
* node_net.cc: fix incorrect sizeof() (Tom Hughes)
56365636
* Windows/cygwin: no more GetConsoleTitleW errors on XP (Bert Belder)
5637-
* Doc improvments (koichik, Logan Smyth, Ben Noordhuis, Arnout Kazemier)
5637+
* Doc improvements (koichik, Logan Smyth, Ben Noordhuis, Arnout Kazemier)
56385638

56395639
## 2011.07.19, Version 0.4.10 (stable)
56405640

@@ -6119,7 +6119,7 @@ https://github.com/nodejs/node/commit/2a4568c85f33869c75ff43ccd30f0ec188b43eab
61196119

61206120
* Fix Buffer.toString() on 0-length slices. (Peter Griess)
61216121
* Cache modules based on filename rather than ID (Isaac Schlueter)
6122-
* querystring improvments (Jan Kassens, Micheil Smith)
6122+
* querystring improvements (Jan Kassens, Micheil Smith)
61236123
* Support DEL in the REPL. (Jérémy Lal)
61246124
* Upgrade http-parser, upgrade V8 to 2.3.2
61256125

@@ -6532,10 +6532,10 @@ https://github.com/nodejs/node/commit/39ca93549af91575ca9d4cbafd1e170fbcef3dfa
65326532

65336533
* API: request.uri -> request.url
65346534
It is no longer an object, but a string. The 'url' module
6535-
was addded to parse that string. That is, node no longer
6535+
was added to parse that string. That is, node no longer
65366536
parses the request URL automatically.
65376537
require('url').parse(request.url)
6538-
is roughly equivlent to the old request.uri object.
6538+
is roughly equivalent to the old request.uri object.
65396539
(isaacs)
65406540

65416541
* Bugfix: Several libeio related race conditions.
@@ -6804,7 +6804,7 @@ https://github.com/nodejs/node/commit/12bb0d46ce761e3d00a27170e63b40408c15b558
68046804
* Bugfix: Internally use full paths when loading modules
68056805
this fixes a shebang loading problem.
68066806

6807-
* Bugfix: Add '--' command line argument for seperating v8
6807+
* Bugfix: Add '--' command line argument for separating v8
68086808
args from program args.
68096809

68106810
* Add man page.
@@ -6871,7 +6871,7 @@ https://github.com/nodejs/node/commit/b0fd3e281cb5f7cd8d3a26bd2b89e1b59998e5ed
68716871
connection before sending data every time (Kevin van Zonneveld)
68726872

68736873
* Bugfix: stdin fd (0) being ignored by node.File. (Abe Fettig)
6874-
* API: Remove connnection.fullClose()
6874+
* API: Remove connection.fullClose()
68756875

68766876
* API: Return the EventEmitter from addListener for chaining.
68776877
* API: tcp.Connection "disconnect" event renamed to "close"

0 commit comments

Comments
 (0)