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 75004d3

Browse filesBrowse files
SimonSiefketargos
authored andcommitted
src: fix typo Unabled -> Unable
PR-URL: #52820 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 0b073f8 commit 75004d3
Copy full SHA for 75004d3

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/node_blob.cc‎

Copy file name to clipboardExpand all lines: src/node_blob.cc
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ void BlobFromFilePath(const FunctionCallbackInfo<Value>& args) {
100100
env, permission::PermissionScope::kFileSystemRead, path.ToStringView());
101101
auto entry = DataQueue::CreateFdEntry(env, args[0]);
102102
if (entry == nullptr) {
103-
return THROW_ERR_INVALID_ARG_VALUE(env, "Unabled to open file as blob");
103+
return THROW_ERR_INVALID_ARG_VALUE(env, "Unable to open file as blob");
104104
}
105105

106106
std::vector<std::unique_ptr<DataQueue::Entry>> entries;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.