]> granicus.if.org Git - php/commitdiff
typo
authorGreg Beaver <cellog@php.net>
Sun, 31 Aug 2003 18:54:38 +0000 (18:54 +0000)
committerGreg Beaver <cellog@php.net>
Sun, 31 Aug 2003 18:54:38 +0000 (18:54 +0000)
pear/PEAR/Common.php

index 96d1ebfb50082483014f06e4ee729b08e271cbd0..51697e587524532eada83880622d7d1f408ec7d2 100644 (file)
@@ -1087,7 +1087,7 @@ class PEAR_Common extends PEAR
             $i = 1;
             foreach ($info['deps'] as $d) {
                 if (empty($d['type'])) {
-                    $errors[] = "depenency $i: missing type";
+                    $errors[] = "dependency $i: missing type";
                 } elseif (!in_array($d['type'], $_PEAR_Common_dependency_types)) {
                     $errors[] = "dependency $i: invalid type, should be one of: ".implode(' ', $_PEAR_Common_depenency_types);
                 }