summaryrefslogtreecommitdiff
path: root/src/inspector_agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspector_agent.h')
-rw-r--r--src/inspector_agent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspector_agent.h b/src/inspector_agent.h
index e926ccaa92..9537ae05b6 100644
--- a/src/inspector_agent.h
+++ b/src/inspector_agent.h
@@ -57,7 +57,7 @@ class Agent {
bool IsListening() { return io_ != nullptr; }
// Returns true if the Node inspector is actually in use. It will be true
- // if either the user explicitely opted into inspector (e.g. with the
+ // if either the user explicitly opted into inspector (e.g. with the
// --inspect command line flag) or if inspector JS API had been used.
bool IsActive();