summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2003-01-26 23:54:19 +0000
committerStig Bakken <ssb@php.net>2003-01-26 23:54:19 +0000
commitd250e7ba9de97cd0d00e9a34bb195500a1fd8134 (patch)
tree7f9c1b82eda70c1e91f86beaabb04849cdccc7b7 /pear
parent0ceb4a93b23e3a0f0c82bee6ecc7a835553ecfaf (diff)
downloadphp-git-d250e7ba9de97cd0d00e9a34bb195500a1fd8134.tar.gz
* whoops, heritage shows through :)
Diffstat (limited to 'pear')
-rw-r--r--pear/PEAR.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/PEAR.php b/pear/PEAR.php
index 0543be1ea3..4663ed1a8d 100644
--- a/pear/PEAR.php
+++ b/pear/PEAR.php
@@ -236,7 +236,7 @@ class PEAR
// {{{ setErrorHandling()
/**
- * Sets how errors generated by this DB object should be handled.
+ * Sets how errors generated by this object should be handled.
* Can be invoked both in objects and statically. If called
* statically, setErrorHandling sets the default behaviour for all
* PEAR objects. If called in an object, setErrorHandling sets