From 7fc09e596488df897afb3d99f297c1215a1534cf Mon Sep 17 00:00:00 2001 From: svollbehr Date: Sat, 6 Mar 2010 18:18:59 +0000 Subject: [PATCH] Fix small bugs git-svn-id: http://php-reader.googlecode.com/svn/branches/zend@171 51a70ab9-7547-0410-9469-37e369ee0574 --- src/Zend/Media/Id3/Exception.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Zend/Media/Id3/Exception.php b/src/Zend/Media/Id3/Exception.php index 3bd2c82..c67df87 100644 --- a/src/Zend/Media/Id3/Exception.php +++ b/src/Zend/Media/Id3/Exception.php @@ -25,7 +25,7 @@ require_once 'Zend/Media/Exception.php'; /**#@-*/ /** - * The ID3_Exception is thrown whenever an error occurs within the + * The Zend_Media_Id3_Exception is thrown whenever an error occurs within the * {@link Zend_Media_Id3v1} or the {@link Zend_Media_Id3v2} classes. * * @category Zend