summaryrefslogtreecommitdiff
path: root/cli/main.rs
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2024-03-04 22:28:57 +0800
committerGitHub <noreply@github.com>2024-03-04 14:28:57 +0000
commitd4b3b39cc021bfac76e023eedd217fe0c2df9978 (patch)
tree6d1e72ffc8a0672dbf0e6c8b239930de2eaac8d6 /cli/main.rs
parent11db68ce96dfe561da6d7f4938e412635dc688d7 (diff)
chore: fix typos (#22677)
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 {