mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-10 07:06:40 +02:00
Fix typos
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user