summaryrefslogtreecommitdiff
path: root/Tests
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-09-07 12:56:50 +0200
committerAndreas Kling <kling@serenityos.org>2021-09-07 13:53:14 +0200
commit6ad427993a64c846c93ecc1fd3bf3f6d6be9cd3d (patch)
treebf364b00ad62291a34426cc8a820a18b7b8c1aaa /Tests
parent55b0b06897b7160b5fbc18ff9186a2242bbdf318 (diff)
downloadserenity-6ad427993a64c846c93ecc1fd3bf3f6d6be9cd3d.zip
Everywhere: Behaviour => Behavior
Diffstat (limited to 'Tests')
-rw-r--r--Tests/AK/TestTrie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/AK/TestTrie.cpp b/Tests/AK/TestTrie.cpp
index b05bd58fb9..9bcda0d940 100644
--- a/Tests/AK/TestTrie.cpp
+++ b/Tests/AK/TestTrie.cpp
@@ -9,7 +9,7 @@
#include <AK/StringView.h>
#include <AK/Trie.h>
-TEST_CASE(normal_behaviour)
+TEST_CASE(normal_behavior)
{
Trie<char, String> dictionary('/', "");
constexpr StringView data[] { "test", "example", "foo", "foobar" };