]> git.mxchange.org Git - friendica.git/commitdiff
spelling: valuable
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:08:54 +0000 (00:08 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:14:16 +0000 (16:14 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
tests/Util/Database/StaticDatabase.php

index e4247e5dda2af941d3e6f678d708e8a2e2173d72..be2ec99f0bbf396eb8c88d3e6cc7b4d67d56c401 100644 (file)
@@ -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