1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-10 07:06:40 +02:00

Fix typos

This commit is contained in:
Pierre Grimaud
2020-04-28 18:57:34 +02:00
parent bec314a9c1
commit ff3128b487
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ class ErrorLogHandlerTest extends TestCase
/**
* @covers Monolog\Handler\ErrorLogHandler::write
*/
public function testShouldLogMessagesUsingErrorLogFuncion()
public function testShouldLogMessagesUsingErrorLogFunction()
{
$type = ErrorLogHandler::OPERATING_SYSTEM;
$handler = new ErrorLogHandler($type);