Missing Method in TopicsController

Error: The action topoiclist is not defined in controller TopicsController

Error: Create TopicsController::topoiclist() in file: app/controllers/topics_controller.php.

<?php
class TopicsController extends AppController {

	var $name = 'Topics';


	function topoiclist() {

	}

}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp

Notice (8): Undefined variable: cakeDebug [APP/views/layouts/default.ctp, line 39]