Skip to content

Commit 8be818e

Browse files
danbevFishrock123
authored andcommitted
src: fix minor typo in comments
Correcting a couple of minor spelling typos in comments. PR-URL: #8736 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com>
1 parent 41ad6e3 commit 8be818e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/node_contextify.cc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ class ContextifyContext {
351351
ContextifyContext* ctx;
352352
ASSIGN_OR_RETURN_UNWRAP(&ctx, args.Data().As<Object>());
353353

354-
// Stil initializing
354+
// Still initializing
355355
if (ctx->context_.IsEmpty())
356356
return;
357357

@@ -381,7 +381,7 @@ class ContextifyContext {
381381
ContextifyContext* ctx;
382382
ASSIGN_OR_RETURN_UNWRAP(&ctx, args.Data().As<Object>());
383383

384-
// Stil initializing
384+
// Still initializing
385385
if (ctx->context_.IsEmpty())
386386
return;
387387

@@ -407,7 +407,7 @@ class ContextifyContext {
407407
ContextifyContext* ctx;
408408
ASSIGN_OR_RETURN_UNWRAP(&ctx, args.Data().As<Object>());
409409

410-
// Stil initializing
410+
// Still initializing
411411
if (ctx->context_.IsEmpty())
412412
return;
413413

@@ -434,7 +434,7 @@ class ContextifyContext {
434434
ContextifyContext* ctx;
435435
ASSIGN_OR_RETURN_UNWRAP(&ctx, args.Data().As<Object>());
436436

437-
// Stil initializing
437+
// Still initializing
438438
if (ctx->context_.IsEmpty())
439439
return;
440440

@@ -450,7 +450,7 @@ class ContextifyContext {
450450
ContextifyContext* ctx;
451451
ASSIGN_OR_RETURN_UNWRAP(&ctx, args.Data().As<Object>());
452452

453-
// Stil initializing
453+
// Still initializing
454454
if (ctx->context_.IsEmpty())
455455
return;
456456

0 commit comments

Comments
 (0)