mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 13:43:45 +03:00
Tests: Fix typos
This commit is contained in:
parent
5e21759f3d
commit
841a5fe81b
Notes:
sideshowbarker
2024-07-18 03:16:06 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/841a5fe81b6 Pull-request: https://github.com/SerenityOS/serenity/pull/10287 Reviewed-by: https://github.com/linusg ✅
@ -56,7 +56,7 @@ int main()
|
||||
outln("Mprotect 2 ranges [2, -- ,2] -> Error");
|
||||
rc = mprotect(map1, 6 * PAGE_SIZE, PROT_READ);
|
||||
if (!rc) {
|
||||
perror("mprotect full over missing succeded");
|
||||
perror("mprotect full over missing succeeded");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
@ -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…
Reference in New Issue
Block a user