Skip to content

Commit 3ef2e4a

Browse files
reggisilverwind
authored andcommitted
doc: fix typos in changelog
PR-URL: #3291 Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 0474bf5 commit 3ef2e4a

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

CHANGELOG.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ See https://github.com/nodejs/node/labels/confirmed-bug for complete and current
208208

209209
### Notable changes
210210

211-
* **buffer**: Fixed a minor errors that was causing crashes (Michaël Zasso) [#2635](https://github.com/nodejs/node/pull/2635),
211+
* **buffer**: Fixed a minor errors that was causing crashes (Michaël Zasso) [#2635](https://github.com/nodejs/node/pull/2635),
212212
* **child_process**: Fix error that was causing crashes (Evan Lucas) [#2727](https://github.com/nodejs/node/pull/2727)
213213
* **crypto**: Replace use of rwlocks, unsafe on Windows XP / 2003 (Ben Noordhuis) [#2723](https://github.com/nodejs/node/pull/2723)
214214
* **libuv**: Upgrade from 1.7.3 to 1.7.4 (Saúl Ibarra Corretgé) [#2817](https://github.com/nodejs/node/pull/2817)
@@ -1439,7 +1439,7 @@ _Note: a new version of the 'url' module was reverted prior to release as it was
14391439
- 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)
14401440
- Include local modules in `npm outdated` and `npm update` (@ArnaudRinquin) [npm/npm#7426](https://github.com/npm/npm/issues/7426)
14411441
- 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)
1442-
* **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)
1442+
* **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)
14431443
* **process**:
14441444
- `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)
14451445
- 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)
@@ -2478,7 +2478,7 @@ _Note: version **1.4.0** was tagged and built but not released. A libuv bug was
24782478
* [[`10277d2`](https://github.com/nodejs/node/commit/10277d2e57ee7fe9e0e3f63f10b9ea521e86e7f0)] - docs: include mention of new crypto methods (Calvin Metcalf)
24792479
* [[`9a8f186`](https://github.com/nodejs/node/commit/9a8f18613da4956c963377e2ad55cdd3dabc32aa)] - child_process: add debug and error details (Zach Bruggeman)
24802480
* [[`6f7a978`](https://github.com/nodejs/node/commit/6f7a9784eaef82a1aa6cf53bbbd7224c446876a0)] - crypto: clear error on return in TLS methods (Fedor Indutny)
2481-
* [[`50daee7`](https://github.com/nodejs/node/commit/50daee7243a3f987e1a28d93c43f913471d6885a)] - stream: simpler stream constructon (Sam Newman)
2481+
* [[`50daee7`](https://github.com/nodejs/node/commit/50daee7243a3f987e1a28d93c43f913471d6885a)] - stream: simpler stream construction (Sam Newman)
24822482
* [[`e0730ee`](https://github.com/nodejs/node/commit/e0730eeaa5231841a7eba080c8170e41278c3c52)] - benchmark: allow compare via fine-grained filters (Brian White)
24832483
* [[`96ffcb9`](https://github.com/nodejs/node/commit/96ffcb9a210a2fa1248ae5931290193573512a96)] - src: reduce cpu profiler overhead (Ben Noordhuis)
24842484
* [[`3e675e4`](https://github.com/nodejs/node/commit/3e675e44b59f1be8e5581de000f3cb17ef747c14)] - benchmark: don't use template strings (Evan Lucas)
@@ -2575,7 +2575,7 @@ _Note: version **1.4.0** was tagged and built but not released. A libuv bug was
25752575
* [[`b5166cb`](https://github.com/nodejs/node/commit/b5166cb7d269cd1bf90d1768f82767b05b9ac1f8)] - benchmark: add bench-(url &amp; events) make targets (Yosuke Furukawa)
25762576
* [[`5843ae8`](https://github.com/nodejs/node/commit/5843ae8dfba5db83f2c04ed2db847049cbd2ab0d)] - Revert "doc: clarify fs.symlink and fs.symlinkSync parameters" (Bert Belder)
25772577
* [[`668bde8`](https://github.com/nodejs/node/commit/668bde8ac0d16382cbc98c904d8b5f55fd9fd9f0)] - win,msi: broadcast WM_SETTINGCHANGE after install (Mathias Küsel)
2578-
* [[`69ce064`](https://github.com/nodejs/node/commit/69ce0641dc6a84c90ffdd0906790cd945f1c3629)] - build: remove artefacts on distclean (Johan Bergström)
2578+
* [[`69ce064`](https://github.com/nodejs/node/commit/69ce0641dc6a84c90ffdd0906790cd945f1c3629)] - build: remove artifacts on distclean (Johan Bergström)
25792579
* [[`1953886`](https://github.com/nodejs/node/commit/1953886126a2ab3e7291a73767ee4302a391a208)] - test: fs.createReadStream().destroy() fd leak (Rod Vagg)
25802580
* [[`497fd72`](https://github.com/nodejs/node/commit/497fd72e21d2d1216e8457928d1a8082349fd0e5)] - fs: fix fd leak in ReadStream.destroy() (Alex Kocharin)
25812581
* [[`8b09ae7`](https://github.com/nodejs/node/commit/8b09ae76f1d854a0db579fc0737df4809ce6087d)] - doc: add links for http_parser/libuv upgrades (Michael Hart)
@@ -4145,7 +4145,7 @@ https://github.com/nodejs/node/commit/01994e8119c24f2284bac0779b32acb49c95bee7
41454145
* fs: make 'end' work with ReadStream without 'start' (Ben Noordhuis)
41464146
* https: optimize createConnection() (Ryunosuke SATO)
41474147
* buffer: speed up base64 encoding by 20% (Ben Noordhuis)
4148-
* doc: Colorize API stabilitity index headers in docs (Luke Arduini)
4148+
* doc: Colorize API stability index headers in docs (Luke Arduini)
41494149
* net: socket.readyState corrections (bentaber)
41504150
* http: Performance enhancements for http under streams2 (isaacs)
41514151
* stream: fix to emit end event on http.ClientResponse (Shigeki Ohtsu)
@@ -4353,7 +4353,7 @@ https://github.com/nodejs/node/commit/2c4eef0d972838c51999d32c0d251857a713dc18
43534353

43544354
* npm: Upgrade to v1.2.2
43554355
* dns: make error message match errno (Dan Milon)
4356-
* tls: follow RFC6125 more stricly (Fedor Indutny)
4356+
* tls: follow RFC6125 more strictly (Fedor Indutny)
43574357
* buffer: reject negative SlowBuffer offsets (Ben Noordhuis)
43584358
* install: add simplejson fallback (Chris Dent)
43594359
* http: fix "Cannot call method 'emit' of null" (Ben Noordhuis)
@@ -4616,7 +4616,7 @@ https://github.com/nodejs/node/commit/2134aa3d5c622fc3c3b02ccb713fcde0e0df479a
46164616
- Support for parallel use of the cache folder
46174617
- Retry on registry timeouts or network failures (Trent Mick)
46184618
- Reduce 'engines' failures to a warning
4619-
- Use new zsh completion if aviailable (Jeremy Cantrell)
4619+
- Use new zsh completion if available (Jeremy Cantrell)
46204620

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

49084908
* Upgrade V8 to 3.8.6
49094909
* Use GYP build system on unix (Ben Noordhuis)
4910-
* Experimenetal isolates support (Ben Noordhuis)
4910+
* Experimental isolates support (Ben Noordhuis)
49114911
* Improvements to Cluster API (Andreas Madsen)
49124912
* Use isolates for internal debugger (Fedor Indutny)
49134913
* Bug fixes
@@ -5290,7 +5290,7 @@ https://github.com/nodejs/node/commit/220e61c1f65bf4db09699fcf6399c0809c0bc446
52905290
* Remove cmake build system, support for Cygwin, legacy code base,
52915291
process.ENV, process.ARGV, process.memoryUsage().vsize, os.openOSHandle
52925292

5293-
* Documentation improvments (Igor Zinkovsky, Bert Belder, Ilya Dmitrichenko,
5293+
* Documentation improvements (Igor Zinkovsky, Bert Belder, Ilya Dmitrichenko,
52945294
koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
52955295

52965296
* Performance improvements (Daniel Ennis, Bert Belder, Ben Noordhuis)
@@ -5615,7 +5615,7 @@ https://github.com/nodejs/node/commit/a745d19ce7d1c0e3778371af4f0346be70cf2c8e
56155615
* cmake improvements (Tom Hughes)
56165616
* node_net.cc: fix incorrect sizeof() (Tom Hughes)
56175617
* Windows/cygwin: no more GetConsoleTitleW errors on XP (Bert Belder)
5618-
* Doc improvments (koichik, Logan Smyth, Ben Noordhuis, Arnout Kazemier)
5618+
* Doc improvements (koichik, Logan Smyth, Ben Noordhuis, Arnout Kazemier)
56195619

56205620
## 2011.07.19, Version 0.4.10 (stable)
56215621

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

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

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

65146514
* API: request.uri -> request.url
65156515
It is no longer an object, but a string. The 'url' module
6516-
was addded to parse that string. That is, node no longer
6516+
was added to parse that string. That is, node no longer
65176517
parses the request URL automatically.
65186518
require('url').parse(request.url)
6519-
is roughly equivlent to the old request.uri object.
6519+
is roughly equivalent to the old request.uri object.
65206520
(isaacs)
65216521

65226522
* Bugfix: Several libeio related race conditions.
@@ -6785,7 +6785,7 @@ https://github.com/nodejs/node/commit/12bb0d46ce761e3d00a27170e63b40408c15b558
67856785
* Bugfix: Internally use full paths when loading modules
67866786
this fixes a shebang loading problem.
67876787

6788-
* Bugfix: Add '--' command line argument for seperating v8
6788+
* Bugfix: Add '--' command line argument for separating v8
67896789
args from program args.
67906790

67916791
* Add man page.
@@ -6852,7 +6852,7 @@ https://github.com/nodejs/node/commit/b0fd3e281cb5f7cd8d3a26bd2b89e1b59998e5ed
68526852
connection before sending data every time (Kevin van Zonneveld)
68536853

68546854
* Bugfix: stdin fd (0) being ignored by node.File. (Abe Fettig)
6855-
* API: Remove connnection.fullClose()
6855+
* API: Remove connection.fullClose()
68566856

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

0 commit comments

Comments
 (0)