Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Nov 11, 2017
1 parent 809da45 commit 8e8428f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Components/Component/Source.php
Expand Up @@ -333,7 +333,7 @@ protected function _addDependency($xml, $required, $type, $dependencies)
break;
default:
throw new Components_Exception(
'Unknown depdency type: ' . $type
'Unknown dependency type: ' . $type
);
}
foreach ($dependencies as $dependency => $version) {
Expand Down

0 comments on commit 8e8428f

Please sign in to comment.