summaryrefslogtreecommitdiff
path: root/tools/doc
diff options
context:
space:
mode:
authorBrandon Smith <brandon93s@gmail.com>2018-10-06 21:09:29 -0400
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-10-09 16:53:12 +0300
commit13340d47fcdbc9fa0eaaeee52d2c09338590a797 (patch)
tree8c818025873cdf6e4ef7a9f390f4e7aa9df4c791 /tools/doc
parent4d58c08865d7c996bb8cfbe15793443fd425410f (diff)
downloadandroid-node-v8-13340d47fcdbc9fa0eaaeee52d2c09338590a797.tar.gz
android-node-v8-13340d47fcdbc9fa0eaaeee52d2c09338590a797.tar.bz2
android-node-v8-13340d47fcdbc9fa0eaaeee52d2c09338590a797.zip
benchmark,doc,lib,src,test,tools: fix typos
PR-URL: https://github.com/nodejs/node/pull/23302 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Diffstat (limited to 'tools/doc')
-rw-r--r--tools/doc/apilinks.js2
1 files changed, 1 insertions, 1 deletions
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`);