diff --git a/tests/src/SimpleSAML/LoggerTest.php b/tests/src/SimpleSAML/LoggerTest.php
index b0c6557a9f6aa6b51ae058d17969348202375434..7d3b72a5c0d770c8f7d95faa9dd65677596f0882 100644
--- a/tests/src/SimpleSAML/LoggerTest.php
+++ b/tests/src/SimpleSAML/LoggerTest.php
@@ -29,7 +29,7 @@ class LoggerTest extends TestCase
             'logging.level' => Logger::DEBUG
         ];
 
-        // testing static methodss is slightly painful
+        // testing static methods is slightly painful
         Configuration::loadFromArray($config, '[ARRAY]', 'simplesaml');
         Logger::setLoggingHandler(null);
     }