Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fc9ba36

Browse filesBrowse files
gengjiawenBridgeAR
authored andcommitted
src: fix typo in callback.cc
PR-URL: #26337 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 63942de commit fc9ba36
Copy full SHA for fc9ba36

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎src/api/callback.cc‎

Copy file name to clipboardExpand all lines: src/api/callback.cc
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.