mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:07:35 +00:00
Everywhere: Fix a variety of typos
Spelling fixes found by `codespell`.
This commit is contained in:
parent
63c727a4a3
commit
d0a1775369
30 changed files with 38 additions and 38 deletions
|
@ -149,7 +149,7 @@ public:
|
|||
return;
|
||||
filepath_string_index = registered_result.value();
|
||||
} else {
|
||||
auto invalid_path_string = KString::try_create("<INVALID_FILE_PATH>"sv); // TODO: Performance, unecessary allocations.
|
||||
auto invalid_path_string = KString::try_create("<INVALID_FILE_PATH>"sv); // TODO: Performance, unnecessary allocations.
|
||||
if (invalid_path_string.is_error())
|
||||
return;
|
||||
auto registered_result = event_buffer->register_string(move(invalid_path_string.value()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue