Browse Source

Merge branch '3.0-auth-improvements' of github.com:cakephp/cakephp into 3.0-auth-improvements

Jose Lorenzo Rodriguez 12 years ago
parent
commit
b7410f2e4c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Controller/Component/AuthComponent.php

+ 1 - 1
src/Controller/Component/AuthComponent.php

@@ -803,7 +803,7 @@ class AuthComponent extends Component {
 	}
 
 /**
- * If login was called during this request and the suer was successfully
+ * If login was called during this request and the user was successfully
  * authenticated, this function will return the instance of the authentication
  * object that was used for logging the user in.
  *