mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:38:11 +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
|
@ -51,7 +51,7 @@ TEST_CASE(move)
|
|||
TEST_CASE(no_allocation)
|
||||
{
|
||||
FixedArray<int> array = FixedArray<int>::must_create_but_fixme_should_propagate_errors(5);
|
||||
EXPECT_NO_CRASH("Assigments", [&] {
|
||||
EXPECT_NO_CRASH("Assignments", [&] {
|
||||
NoAllocationGuard guard;
|
||||
array[0] = 0;
|
||||
array[1] = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue