spelling: valuable

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-22 00:08:54 -04:00
parent 2d5b2a1fef
commit 752d5ada99
1 changed files with 1 additions and 1 deletions

View 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