]> granicus.if.org Git - php/commitdiff
typo
authorTomas V.V.Cox <cox@php.net>
Sun, 29 Jun 2003 20:50:05 +0000 (20:50 +0000)
committerTomas V.V.Cox <cox@php.net>
Sun, 29 Jun 2003 20:50:05 +0000 (20:50 +0000)
pear/install-pear.php

index 698a5d6077b20fc3d0819f652d212d7dc7bad6d8..c6d08703a06b7b659f97ecf87f961f91f9301e84 100644 (file)
@@ -48,7 +48,7 @@ if (!empty($with_dir)) {
     $config->set('data_dir', $with_dir . $ds . 'data', 'default');
     $config->set('test_dir', $with_dir . $ds . 'test', 'default');
 }
-///* Print PEAR Conf (useful for debuging do NOT REMOVE)
+/* Print PEAR Conf (useful for debuging do NOT REMOVE)
 sort($keys);
 foreach ($keys as $key) {
     echo $config->getPrompt($key) . ": " . $config->get($key) . "\n";