Browse Source

Fixed typo

Andrej Hudec 11 years ago
parent
commit
8801a43fb0

+ 1 - 1
Tests/Translator/Extractor/JMSTranslatorBundle/AdminExtractorTest.php

@@ -106,7 +106,7 @@ class AdminExtractorTest extends \PHPUnit_Framework_TestCase
         $this->assertEquals('foo_admin_domain', $message->getDomain());
     }
 
-    public function testExtractWithExcewption()
+    public function testExtractWithException()
     {
         $this->setExpectedException('RuntimeException', 'Foo throws exception');