diff --git a/src/node_blob.cc b/src/node_blob.cc index 9ea37853ce1d46..af6a443bbec1f0 100644 --- a/src/node_blob.cc +++ b/src/node_blob.cc @@ -92,7 +92,7 @@ void BlobFromFilePath(const FunctionCallbackInfo& args) { env, permission::PermissionScope::kFileSystemRead, path.ToStringView()); auto entry = DataQueue::CreateFdEntry(env, args[0]); if (entry == nullptr) { - return THROW_ERR_INVALID_ARG_VALUE(env, "Unabled to open file as blob"); + return THROW_ERR_INVALID_ARG_VALUE(env, "Unable to open file as blob"); } std::vector> entries;