From: Greg Beaver Date: Sun, 31 Aug 2003 18:54:38 +0000 (+0000) Subject: typo X-Git-Tag: RELEASE_0_7~320 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ceff58fb5e0399791c5baaea821a7ec76df2847b;p=php typo --- diff --git a/pear/PEAR/Common.php b/pear/PEAR/Common.php index 96d1ebfb50..51697e5875 100644 --- a/pear/PEAR/Common.php +++ b/pear/PEAR/Common.php @@ -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); }