diff --git a/model/Config.php b/model/Config.php index 6a2ecae6..821e310c 100644 --- a/model/Config.php +++ b/model/Config.php @@ -102,7 +102,7 @@ final class Config { break; } - error_log('Config::read(): attemp to read undefined config option "' . join('.', $name) . '", returning null'); + error_log('Config::read(): attempt to read undefined config option "' . join('.', $name) . '", returning null'); return null; }