From 752d5ada9991f3992e67333fe15e5a9d7ccd1be1 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:08:54 -0400 Subject: [PATCH] spelling: valuable 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 e4247e5dd..be2ec99f0 100644 --- a/tests/Util/Database/StaticDatabase.php +++ b/tests/Util/Database/StaticDatabase.php @@ -183,7 +183,7 @@ class StaticDatabase extends Database self::$staticConnection->setAttribute(PDO::ATTR_AUTOCOMMIT,0); } catch (PDOException $e) { /* - * @TODO Try to find a way to log this exception as it contains valueable information + * @TODO Try to find a way to log this exception as it contains valuable information * @nupplaphil@github.com comment: * * There is no easy possibility to add a logger here, that's why