diff options
-rw-r--r-- | pear/DB.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/DB.php b/pear/DB.php index 34f9feb78d..3439b351cc 100644 --- a/pear/DB.php +++ b/pear/DB.php @@ -139,7 +139,7 @@ if (!defined('DB_GETMODE_DEFAULT')) { * well as common utility functions for other DB classes. * * DB_common The base for each DB implementation. Provides default - * | implementations (some would say virtual methods) for + * | implementations (in OO lingo virtual methods) for * | the actual DB implementations as well as a bunch of * | query utility functions. * | |