Browse Source

Typo in FormAuthenticate.php

Marc Würth 12 years ago
parent
commit
e84bf65016
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Controller/Component/Auth/FormAuthenticate.php

+ 1 - 1
lib/Cake/Controller/Component/Auth/FormAuthenticate.php

@@ -61,7 +61,7 @@ class FormAuthenticate extends BaseAuthenticate {
 /**
  * Authenticates the identity contained in a request. Will use the `settings.userModel`, and `settings.fields`
  * to find POST data that is used to find a matching record in the `settings.userModel`. Will return false if
- * there is no post data, either username or password is missing, of if the scope conditions have not been met.
+ * there is no post data, either username or password is missing, or if the scope conditions have not been met.
  *
  * @param CakeRequest $request The request that contains login information.
  * @param CakeResponse $response Unused response object.