From 31524d73106624e218d5d79c2c8496609d0606e8 Mon Sep 17 00:00:00 2001 From: Vladimir Varankin Date: Wed, 6 Apr 2016 13:17:18 +0300 Subject: [PATCH] doc: fix a typo in 5.10.1's changelog PR-URL: https://github.com/nodejs/node/pull/6076 Reviewed-By: Colin Ihrig Reviewed-By: Roman Klauke Reviewed-By: Myles Borins Reviewed-By: James M Snell --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccf8db4b743..31c1029955a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Notable changes **http**: - * Enclose IPv6 Host header in square brackets. This will enable proper seperation of the host adress from any port reference (Mihai Potra) [#5314](https://github.com/nodejs/node/pull/5314) + * Enclose IPv6 Host header in square brackets. This will enable proper separation of the host adress from any port reference (Mihai Potra) [#5314](https://github.com/nodejs/node/pull/5314) **path**: * Make win32.isAbsolute more consistent (Brian White) [#6028](https://github.com/nodejs/node/pull/6028)