From 66a1e505e3b66ae6dc4884e8b92418ab827cc082 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:07:23 -0400 Subject: [PATCH] spelling: hierarchical Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/Util/Database/StaticDatabase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Util/Database/StaticDatabase.php b/tests/Util/Database/StaticDatabase.php index 0f180e52a..e4247e5dd 100644 --- a/tests/Util/Database/StaticDatabase.php +++ b/tests/Util/Database/StaticDatabase.php @@ -66,7 +66,7 @@ class StaticDatabase extends Database } /** - * Override the transaction since there are now hierachical transactions possible + * Override the transaction since there are now hierarchical transactions possible * * @return bool */