Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#2101 from pborreli/typos
Browse files Browse the repository at this point in the history
Fixed few typos
  • Loading branch information
Maks3w committed Aug 3, 2012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Dn.php
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ public static function checkDn(
* Returns a DN part in the form $attribute = $value
*
* This method supports the creation of multi-valued RDNs
* $part must contain an even number of elemets.
* $part must contain an even number of elements.
*
* @param array $part
* @param string $caseFold
Expand Down
2 changes: 1 addition & 1 deletion src/Node/Schema/ObjectClass/OpenLdap.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function getParentClasses()
}

/**
* Returns the parent object classes in the inhertitance tree if one exists
* Returns the parent object classes in the inheritance tree if one exists
*
* @return array of OpenLdap
*/
Expand Down

0 comments on commit 71b7690

Please sign in to comment.