summaryrefslogtreecommitdiff
path: root/cli/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/main.rs')
-rw-r--r--cli/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/main.rs b/cli/main.rs
index c39547daa..185982117 100644
--- a/cli/main.rs
+++ b/cli/main.rs
@@ -319,7 +319,7 @@ pub fn main() {
let args: Vec<String> = env::args().collect();
// NOTE(lucacasonato): due to new PKU feature introduced in V8 11.6 we need to
- // initalize the V8 platform on a parent thread of all threads that will spawn
+ // initialize the V8 platform on a parent thread of all threads that will spawn
// V8 isolates.
let future = async move {