From: Stig Bakken Date: Wed, 7 Nov 2001 09:24:55 +0000 (+0000) Subject: typo X-Git-Tag: ChangeLog~400 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81b5aabb33231ae9bff69cc66e2586a9d334da95;p=php typo --- diff --git a/pear/PEAR/Config.php b/pear/PEAR/Config.php index 137427314e..f32097fedc 100644 --- a/pear/PEAR/Config.php +++ b/pear/PEAR/Config.php @@ -24,7 +24,7 @@ require_once 'PEAR.php'; /** * This is a class for storing simple configuration values keeping * track of which are system-defined (defaulted) and which are - * user-defined. By default, only used-defined settings are stored + * user-defined. By default, only user-defined settings are stored * back to the user's configuration file. * * Configuration member is a simple associative array. Used keys: