From bc087095be4d6c17d155f580d274789e64b583b1 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Sat, 1 Nov 2003 05:18:55 +0000 Subject: [PATCH] ack --- pear/PEAR/Dependency.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.') { -- 2.50.1