diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2023-05-06 16:28:34 +0200 |
---|---|---|
committer | Jelle Raaijmakers <jelle@gmta.nl> | 2023-05-07 01:05:09 +0200 |
commit | ee47c0275e2ce130c4b8883cc71a84e6bdbf2403 (patch) | |
tree | 963a1236fac27609264e81f7e6bbae87c4303d89 /Tests | |
parent | a7600caea1c22decb5024be2dd329c925f7ef627 (diff) | |
download | serenity-ee47c0275e2ce130c4b8883cc71a84e6bdbf2403.zip |
Everywhere: Run spellcheck on all documentation
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/AK/TestHashTable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/AK/TestHashTable.cpp b/Tests/AK/TestHashTable.cpp index 47b13da09f..5592871ed1 100644 --- a/Tests/AK/TestHashTable.cpp +++ b/Tests/AK/TestHashTable.cpp @@ -347,7 +347,7 @@ TEST_CASE(ordered_deletion_and_reinsertion) EXPECT_EQ(table.size(), 1u); // By adding 1 again but this time in a different position, we - // test whether the bucket's neighbours are reset properly. + // test whether the bucket's neighbors are reset properly. table.set(1); EXPECT_EQ(table.size(), 2u); |