mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
Everywhere: Fix even more typos
This commit is contained in:
parent
77f6edaf71
commit
1c01e183b7
Notes:
github-actions[bot]
2025-08-27 06:49:03 +00:00
Author: https://github.com/szepeviktor
Commit: 1c01e183b7
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5974
Reviewed-by: https://github.com/gmta ✅
31 changed files with 43 additions and 43 deletions
|
|
@ -47,8 +47,8 @@ StringView::StringView(ByteBuffer const& buffer)
|
|||
|
||||
Vector<StringView> StringView::split_view(char const separator, SplitBehavior split_behavior) const
|
||||
{
|
||||
StringView seperator_view { &separator, 1 };
|
||||
return split_view(seperator_view, split_behavior);
|
||||
StringView separator_view { &separator, 1 };
|
||||
return split_view(separator_view, split_behavior);
|
||||
}
|
||||
|
||||
Vector<StringView> StringView::split_view(StringView separator, SplitBehavior split_behavior) const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue