summaryrefslogtreecommitdiff
path: root/src/node_options.h
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 /src/node_options.h
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 'src/node_options.h')
-rw-r--r--src/node_options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_options.h b/src/node_options.h
index 0e8af86218..8c71881e64 100644
--- a/src/node_options.h
+++ b/src/node_options.h
@@ -231,7 +231,7 @@ class OptionsParser {
void AddAlias(const std::string& from,
const std::initializer_list<std::string>& to);
- // Add implications from some arbitary option to a boolean one, either
+ // Add implications from some arbitrary option to a boolean one, either
// in a way that makes `from` set `to` to true or to false.
void Implies(const std::string& from, const std::string& to);
void ImpliesNot(const std::string& from, const std::string& to);