Skip to content

Commit fc9ba36

Browse files
gengjiawenBridgeAR
authored andcommitted
src: fix typo in callback.cc
PR-URL: #26337 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 63942de commit fc9ba36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/callback.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ MaybeLocal<Value> MakeCallback(Isolate* isolate,
220220
MaybeLocal<Value> ret =
221221
InternalMakeCallback(env, recv, callback, argc, argv, asyncContext);
222222
if (ret.IsEmpty() && env->makecallback_depth() == 0) {
223-
// This is only for legacy compatiblity and we may want to look into
223+
// This is only for legacy compatibility and we may want to look into
224224
// removing/adjusting it.
225225
return Undefined(env->isolate());
226226
}

0 commit comments

Comments
 (0)