From: Greg Beaver Date: Sat, 1 Nov 2003 05:18:55 +0000 (+0000) Subject: ack X-Git-Tag: php-4.3.5RC1~258 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc087095be4d6c17d155f580d274789e64b583b1;p=php ack --- diff --git a/pear/PEAR/Dependency.php b/pear/PEAR/Dependency.php index d3501d6abb..985f0e2a2d 100644 --- a/pear/PEAR/Dependency.php +++ b/pear/PEAR/Dependency.php @@ -319,7 +319,7 @@ class PEAR_Dependency return false; } if ($relation == 'not') { - $errmsg = "Invalid dependency - 'not' is allowed when specifying PHP, you must run PHP in PHP" + $errmsg = "Invalid dependency - 'not' is allowed when specifying PHP, you must run PHP in PHP"; return PEAR_DEPENDENCY_BAD_DEPENDENCY; } if (substr($req, 0, 2) == 'v.') {