summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2001-04-20 13:04:30 +0000
committerStig Bakken <ssb@php.net>2001-04-20 13:04:30 +0000
commitc78e847153715269ac79243374641aca0951647a (patch)
treedbdc30848418a01fc59f7d9f5a352217535e7ad0
parent20c4b9c7b9ba280857b6bc359f5554bedaae5102 (diff)
downloadphp-git-c78e847153715269ac79243374641aca0951647a.tar.gz
* update class doc-comment
-rw-r--r--pear/PEAR/Packager.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/pear/PEAR/Packager.php b/pear/PEAR/Packager.php
index 610e00b848..885e73ff69 100644
--- a/pear/PEAR/Packager.php
+++ b/pear/PEAR/Packager.php
@@ -21,8 +21,7 @@
require_once "PEAR.php";
/**
- * Administration class used to install PEAR packages and maintain the
- * installed package database.
+ * Administration class used to make a PEAR release tarball.
*
* @since PHP 4.0.2
* @author Stig Bakken <ssb@fast.no>