Skip to content

Commit

Permalink
Fixing typo in last commit.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8108 3807eeeb-6ff5-0310-8944-8be069107fe0
  • Loading branch information
markstory committed Mar 16, 2009
1 parent 4dceb5b commit eba2e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/controller/controller.php
Expand Up @@ -292,7 +292,7 @@ class Controller extends Object {
*/
var $methods = array();
/**
* This controller's primary model class name, the Inflector::classify()'ed verision of
* This controller's primary model class name, the Inflector::classify()'ed version of
* the controller's $name property.
*
* Example: For a controller named 'Comments', the modelClass would be 'Comment'
Expand Down

0 comments on commit eba2e78

Please sign in to comment.