Missing Method in FeedsController

Error: The action Recent Articles from the Cake Development Corporation is not defined in controller FeedsController

Error: Create FeedsController::Recent Articles from the Cake Development Corporation() in file: app/controllers/feeds_controller.php.

<?php
class FeedsController extends AppController {

	var $name = 'Feeds';


	function Recent Articles from the Cake Development Corporation() {

	}

}
?>

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