Browse Source

Fixed typo

José Lorenzo Rodríguez 12 years ago
parent
commit
f7c0c57654
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.
  *