Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jul 13, 2011
1 parent 028065e commit 7d1c99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/cases/libs/view/media.test.php
Expand Up @@ -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);
Expand Down

0 comments on commit 7d1c99a

Please sign in to comment.