mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:38:10 +00:00
Tests: Fix typos
This commit is contained in:
parent
5e21759f3d
commit
841a5fe81b
2 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ TESTJS_GLOBAL_FUNCTION(parse_webassembly_module, parseWebAssemblyModule)
|
|||
}
|
||||
|
||||
if (stream.handle_any_error()) {
|
||||
vm.throw_exception<JS::SyntaxError>(global_object, "Bianry stream contained errors");
|
||||
vm.throw_exception<JS::SyntaxError>(global_object, "Binary stream contained errors");
|
||||
return {};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue