mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:47:46 +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
|
@ -12,7 +12,7 @@
|
|||
|
||||
TEST_CASE(malloc_limits)
|
||||
{
|
||||
EXPECT_NO_CRASH("Allocation of 0 size should succed at allocation and release", [] {
|
||||
EXPECT_NO_CRASH("Allocation of 0 size should succeed at allocation and release", [] {
|
||||
errno = 0;
|
||||
void* ptr = malloc(0);
|
||||
EXPECT_EQ(errno, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue