Skip to content

Commit

Permalink
Fixed some typos in the comments in this file. This helps with type
Browse files Browse the repository at this point in the history
hinting in IDEs that support that.
  • Loading branch information
iliepandia committed Jul 8, 2012
1 parent 5e680cb commit 73d44c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/Routing/Dispatcher.php
Expand Up @@ -43,7 +43,7 @@ class Dispatcher implements CakeEventListener {
/**
* Event manager, used to handle dispatcher filters
*
* @var CakeEventMaanger
* @var CakeEventManager
*/
protected $_eventManager;

Expand All @@ -62,7 +62,7 @@ public function __construct($base = false) {
* Returns the CakeEventManager instance or creates one if none was
* creted. Attaches the default listeners and filters
*
* @return CakeEventmanger
* @return CakeEventManager
*/
public function getEventManager() {
if (!$this->_eventManager) {
Expand Down

0 comments on commit 73d44c5

Please sign in to comment.