From 965fa2fddba7ae53463851d4f055aafa6326f941 Mon Sep 17 00:00:00 2001 From: Thomas Reggi Date: Thu, 8 Oct 2015 03:51:55 -0400 Subject: [PATCH] doc: typo seperating to separating --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f685f55fc3f24f..db9db6a784ee2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6785,7 +6785,7 @@ https://github.com/nodejs/node/commit/12bb0d46ce761e3d00a27170e63b40408c15b558 * Bugfix: Internally use full paths when loading modules this fixes a shebang loading problem. - * Bugfix: Add '--' command line argument for seperating v8 + * Bugfix: Add '--' command line argument for separating v8 args from program args. * Add man page.