mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-01 07:52:50 +00:00
Everywhere: Fix a variety of typos
Spelling fixes found by `codespell`.
This commit is contained in:
parent
63c727a4a3
commit
d0a1775369
Notes:
sideshowbarker
2024-07-18 01:43:16 +09:00
Author: https://github.com/bgianfo
Commit: d0a1775369
Pull-request: https://github.com/SerenityOS/serenity/pull/15182
Reviewed-by: https://github.com/linusg ✅
30 changed files with 38 additions and 38 deletions
|
@ -158,7 +158,7 @@ DOM::ExceptionOr<String> serialize_node_to_xml_string_impl(JS::NonnullGCPtr<DOM:
|
|||
// - The require well-formed flag
|
||||
|
||||
// The XML serialization algorithm produces an XML serialization of an arbitrary DOM node node based on the node's interface type.
|
||||
// Each referenced algorithm is to be passed the arguments as they were recieved by the caller and return their result to the caller.
|
||||
// Each referenced algorithm is to be passed the arguments as they were received by the caller and return their result to the caller.
|
||||
// Re-throw any exceptions.
|
||||
// If node's interface is:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue