diff --git a/cake/tests/cases/libs/view/media.test.php b/cake/tests/cases/libs/view/media.test.php index d6b713f11..b1f81b9e0 100644 --- a/cake/tests/cases/libs/view/media.test.php +++ b/cake/tests/cases/libs/view/media.test.php @@ -173,7 +173,7 @@ class MediaViewTest extends CakeTestCase { $this->assertEqual($output, 'this is the test asset css file'); } - function testRenderUpperExtesnion() { + function testRenderUpperExtension() { ob_start(); $this->MediaController->downloadUpper(); $this->MediaView =& new TestMediaView($this->MediaController);