Fix typo in comments

This commit is contained in:
Jeffrey Way 2012-07-10 11:03:55 -04:00
parent ff525b995b
commit c659a92603
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ public function attempt($arguments = array())
/** /**
* Get the user from the database table. * Get the user from the database table.
* *
* @param mixed $array * @param array $arguments
* @return mixed * @return mixed
*/ */
protected function get_user($arguments) protected function get_user($arguments)