Skip to content

Commit

Permalink
more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Jul 30, 2014
1 parent a5bd710 commit ed2a9e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Controller/Component/AuthComponent.php
Expand Up @@ -631,7 +631,7 @@ public function logout() {
* cookies + sessions will be used.
*
* @param string $key field to retrieve. Leave null to get entire User record
* @return mixed User record. or null if no user is logged in.
* @return mixed User record or null if no user is logged in.
* @link http://book.cakephp.org/2.0/en/core-libraries/components/authentication.html#accessing-the-logged-in-user
*/
public function user($key = null) {
Expand Down
4 changes: 2 additions & 2 deletions tests/TestCase/Collection/Iterator/InsertIteratorTest.php
Expand Up @@ -84,7 +84,7 @@ public function testInsertDeepPathMissingStep() {
}

/**
* Tests that teh iterator will insert values as long as there still exist
* Tests that the iterator will insert values as long as there still exist
* some in the values array
*
* @return void
Expand All @@ -105,7 +105,7 @@ public function testInsertTargetCountBigger() {
}

/**
* Tests that teh iterator will insert values as long as there still exist
* Tests that the iterator will insert values as long as there still exist
* some in the values array
*
* @return void
Expand Down

0 comments on commit ed2a9e7

Please sign in to comment.