From 13340d47fcdbc9fa0eaaeee52d2c09338590a797 Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Sat, 6 Oct 2018 21:09:29 -0400 Subject: benchmark,doc,lib,src,test,tools: fix typos PR-URL: https://github.com/nodejs/node/pull/23302 Reviewed-By: Gireesh Punathil Reviewed-By: Colin Ihrig Reviewed-By: Rich Trott Reviewed-By: Vse Mozhet Byt Reviewed-By: Trivikram Kamat Reviewed-By: James M Snell Reviewed-By: Sakthipriyan Vairamani --- tools/doc/apilinks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/doc') diff --git a/tools/doc/apilinks.js b/tools/doc/apilinks.js index d7ec5684b7..c86db14338 100644 --- a/tools/doc/apilinks.js +++ b/tools/doc/apilinks.js @@ -35,7 +35,7 @@ function execSync(command) { } } -// Determine orign repo and tag (or hash) of the most recent commit. +// Determine origin repo and tag (or hash) of the most recent commit. const local_branch = execSync('git name-rev --name-only HEAD'); const tracking_remote = execSync(`git config branch.${local_branch}.remote`); const remote_url = execSync(`git config remote.${tracking_remote}.url`); -- cgit v1.2.3