From 7d1c99a2b06f9f49668715e9af64a62addc475c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Lorenzo=20Rodr=C3=ADguez?= Date: Wed, 13 Jul 2011 13:12:44 -0700 Subject: [PATCH] Fixed typo --- cake/tests/cases/libs/view/media.test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/tests/cases/libs/view/media.test.php b/cake/tests/cases/libs/view/media.test.php index d6b713f11bf..b1f81b9e0c1 100644 --- a/cake/tests/cases/libs/view/media.test.php +++ b/cake/tests/cases/libs/view/media.test.php @@ -173,7 +173,7 @@ function testRender() { $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);