Skip to content

Commit ceff58f

Browse files
author
Greg Beaver
committed
typo
1 parent 1cc2e63 commit ceff58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pear/PEAR/Common.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ function validatePackageInfo($info, &$errors, &$warnings, $dir_prefix = '')
10871087
$i = 1;
10881088
foreach ($info['deps'] as $d) {
10891089
if (empty($d['type'])) {
1090-
$errors[] = "depenency $i: missing type";
1090+
$errors[] = "dependency $i: missing type";
10911091
} elseif (!in_array($d['type'], $_PEAR_Common_dependency_types)) {
10921092
$errors[] = "dependency $i: invalid type, should be one of: ".implode(' ', $_PEAR_Common_depenency_types);
10931093
}

0 commit comments

Comments
 (0)